Trait genet_abi::cast::Typed[][src]

pub trait Typed {
    type Output: Into<Variant>;
    fn cast(&self, data: &ByteSlice) -> Result<Self::Output>;
}

Typed cast trait.

Associated Types

Required Methods

Implementors