Trait cv_convert::IntoCv[][src]

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

Type conversion that is analogous to Into.

Required methods

Implementors