pub trait TGDatable: Debug {
    fn as_any(&self) -> &dyn Any;
}

Required methods

Implementors