pub trait ExtendingCastFrom<T>: Sized {
    fn extending_cast_from(val: T) -> Self;
}

Required Methods

Implementations on Foreign Types

Implementors