Trait IntoCv
cv_convert
pub trait IntoCv<T> { pub fn into_cv(self) -> T; }
pub fn into_cv(self) -> T
impl<T, U> IntoCv<U> for T where U: FromCv<T>,
pub fn into_cv(self) -> U