pub trait CastInto<I> { // Required method fn cast_into(self) -> I; }
Like Into but for CastFrom.
Into
CastFrom