Trait genet_abi::cast::CastClone[][src]

pub trait CastClone {
    fn clone_box(&self) -> Box<Cast>;
fn into_box(self) -> Box<Cast>; }

Required Methods

Important traits for Box<R>

Important traits for Box<R>

Implementors