Expand description

Typed views using temporary objects.

This module defines the return types for AsFilelike::as_filelike_view and AsSocketlike::as_socketlike_view.

Structs

A non-owning view of a resource which dereferences to a &Target or &mut Target. These are returned by AsFilelike::as_filelike_view.

Type Definitions

A non-owning view of a resource which dereferences to a &Target or &mut Target. These are returned by AsSocketlike::as_socketlike_view.