Trait formality_core::To

source ·
pub trait To {
    // Required method
    fn to<T>(&self) -> T
       where Self: Upcast<T>;
}

Required Methods§

source

fn to<T>(&self) -> T
where Self: Upcast<T>,

Implementors§

source§

impl<A> To for A