pub trait Object: OutputTypeName + ParentType {
    // Provided method
    fn get_object_type_name() -> Cow<'static, str> { ... }
}

Provided Methods§

Implementors§