pub trait InterfaceTarget {
    const TARGET: &'static str;
}

Required Associated Constants§

Implementors§