Trait cv_convert::FromCv[][src]

pub trait FromCv<T> {
    fn from_cv(from: T) -> Self;
}
Expand description

Type conversion that is analogous to From.

Required methods

Implementations on Foreign Types

Implementors