Trait fidl::Standalone
source · pub trait Standalone<D>: TypeMarker<Owned = Self> + Decode<Self, D> + 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.