Trait upcast_arithmetic::Upcast
source · [−]pub trait Upcast: Sized {
type Higher;
fn upcast(self) -> Self::Higher;
fn downcast(inp: Self::Higher) -> Option<Self>;
}pub trait Upcast: Sized {
type Higher;
fn upcast(self) -> Self::Higher;
fn downcast(inp: Self::Higher) -> Option<Self>;
}