Cast

Trait Cast 

Source
pub trait Cast<Output> {
    // Required method
    fn cast(self) -> Result<Output>;
}

Required Methods§

Source

fn cast(self) -> Result<Output>

Implementors§