Trait IntoCv
cv_convert
pub trait IntoCv<T> { pub fn into_cv(self) -> T; }
Type conversion that is analogous to Into.
pub fn into_cv(self) -> T
impl<T, U> IntoCv<U> for T where U: FromCv<T>,
pub fn into_cv(self) -> U