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