pub trait IntrinsicComponent {
    const INTRINSIC_TAG: &'static str;
}

Associated Constants

Implementors