logo
pub trait Is<T>: 'static + AsRef<T> where
    T: Object
{ }
Expand description

Marks structures as framework Object’s

Implementors