logo

Trait dx::prelude::Is

source · []
pub trait Is<T>: 'static + AsRef<T> where
    T: Object
{ }
Expand description

Marks structures as framework Object’s

Implementors