Trait blackbox_cast::Cast

source ·
pub trait Cast {
    fn cast<T: ?Sized + Any>(self: Arc<Self>) -> Result<Arc<T>, Error>;
    fn is<T: ?Sized + Any>(self: Arc<Self>) -> bool;
}

Required Methods§

Implementors§