Skip to main content

ErrorType

Trait ErrorType 

Source
pub trait ErrorType: Decode<Self::Marker, NoHandleResourceDialect> {
    type Marker: ValueTypeMarker<Owned = Self>;
}
Expand description

Implementation of fidl_message::ErrorType.

Required Associated Types§

Source

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.

Implementors§