Trait fidl::Standalone

source ·
pub trait Standalone: TypeMarker<Owned = Self> + Decode<Self> + for<'a> ResourceTypeMarker<Borrowed<'a> = &'a mut Self> { }
Expand description

Marker trait implemented for FIDL resource structs, tables, and unions. These can be used with the standalone encoding/decoding API, but not the persistence API.

Object Safety§

This trait is not object safe.

Implementors§