Module fuchsia_zircon::prelude [] [src]

Prelude containing common utility traits. Designed for use like use fuchsia_zircon::prelude::*;

Traits

AsHandleRef

A trait to get a reference to the underlying handle of an object.

Cookied

A trait implemented by all handles for objects which can have a cookie attached.

DurationNum
HandleBased

A trait implemented by all handle-based types.

Peered

A trait implemented by all handles for objects which have a peer.