Trait fidl::for_fidl_message_crate::Body
source · pub trait Body {
type MarkerAtTopLevel: ValueTypeMarker<Owned = Self>;
type MarkerInResultUnion: ValueTypeMarker<Owned = Self>;
}
Expand description
Implementation of fidl_message::Body.
Required Associated Types§
sourcetype MarkerAtTopLevel: ValueTypeMarker<Owned = Self>
type MarkerAtTopLevel: ValueTypeMarker<Owned = Self>
The marker type to use when the body is at the top-level.
sourcetype MarkerInResultUnion: ValueTypeMarker<Owned = Self>
type MarkerInResultUnion: ValueTypeMarker<Owned = Self>
The marker type to use when the body is nested in a result union.