Trait xflv::Marshal

source ·
pub trait Marshal<T> {
    // Required method
    fn marshal(&self) -> T;
}

Required Methods§

source

fn marshal(&self) -> T

Implementors§