Trait parsell::Upcast [] [src]

pub trait Upcast<T: ?Sized> {
    fn upcast(self) -> T
    where
        Self: Sized
; }

A trait for subtyping

Required Methods

Implementors