Struct async_rustbus::rustbus_core::wire::unmarshal::traits::Variant [−][src]
pub struct Variant<'fds, 'buf> { /* fields omitted */ }Implementations
Get the Type of the value contained by the variant.
Trait Implementations
Auto Trait Implementations
impl<'fds, 'buf> RefUnwindSafe for Variant<'fds, 'buf>impl<'fds, 'buf> UnwindSafe for Variant<'fds, 'buf>