pub trait ToCv<T> { // Required method fn to_cv(&self) -> T; }
Type conversion that is analogous to Into.