Expand description
Typed views using temporary objects.
This module defines the return types for AsFilelike::as_filelike_view
and AsSocketlike::as_socketlike_view.
Structs§
- Filelike
View - A non-owning view of a resource which dereferences to a
&Targetor&mut Target. These are returned byAsFilelike::as_filelike_view. - Socketlike
View - A non-owning view of a resource which dereferences to a
&Targetor&mut Target. These are returned byAsSocketlike::as_socketlike_view.
Traits§
- Filelike
View Type - Declare that a type is safe to use in a
FilelikeView. - Socketlike
View Type - Declare that a type is safe to use in a
SocketlikeView.