pub trait UpcastFrom<T> {
    fn upcast_from(value: T) -> Self;
}
Expand description

Losslessly upcasts from one type to another

Required methods

Implementations on Foreign Types

Implementors