Trait genet_abi::cast::Cast[][src]

pub trait Cast: Send + Sync + CastClone {
    fn cast(&self, _: &ByteSlice) -> Result<Variant>;
}

Cast trait.

Required Methods

Implementors