pub trait IntoComponentGuid {
    // Required method
    fn component_guid(self) -> BnString;
}

Required Methods§

Implementors§