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

Marks structures as framework Object’s

Implementors