[][src]Trait s_crap::Downcast

pub trait Downcast {
    fn downcast<T: Any>(self) -> Result<T, ScrapError<'static>>
    where
        Self: Sized + 'static
, { ... } }

Provided methods

fn downcast<T: Any>(self) -> Result<T, ScrapError<'static>> where
    Self: Sized + 'static, 

Loading content...

Implementors

impl<T> Downcast for T[src]

Loading content...