pub trait IntoActivityName {
    // Required method
    fn activity_name(self) -> BnString;
}

Required Methods§

Implementors§