Skip to main content

IntoMultiValue

Trait IntoMultiValue 

Source
pub trait IntoMultiValue {
    type MultiValue: TopEncodeMulti + TopDecodeMulti;

    // Required method
    fn into_multi_value(self) -> Self::MultiValue;
}
Expand description

Defines conversion of a type to its multi-value representation.

Consumes input.

Required Associated Types§

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§