pub trait ExpandObject: ParentType {
    const NAME: &'static str;
}

Required Associated Constants§

source

const NAME: &'static str

Implementors§