pub trait ErrorType: Decode<Self::Marker, NoHandleResourceDialect> {
type Marker: ValueTypeMarker<Owned = Self>;
}Expand description
Implementation of fidl_message::ErrorType.
Required Associated Types§
Sourcetype Marker: ValueTypeMarker<Owned = Self>
type Marker: ValueTypeMarker<Owned = Self>
The marker type.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.