Trait rds::types::cast::Cast [] [src]

pub trait Cast<T: Copy> {
    fn cast(self) -> T;
}

Trait allowing to cast Self into T.

Required Methods

Implementors