Type Definition neon::handle::DowncastResult[][src]

pub type DowncastResult<'a, F, T> = Result<Handle<'a, T>, DowncastError<F, T>>;
Expand description

The result of a call to Handle::downcast().

Trait Implementations