[][src]Trait cv_convert::IntoCv

pub trait IntoCv<T> {
    fn into_cv(self) -> T;
}

Type conversion that is analogous to Into.

Required methods

fn into_cv(self) -> T[src]

Loading content...

Implementors

impl<T, U> IntoCv<U> for T where
    U: FromCv<T>, 
[src]

Loading content...