logo
1
2
3
4
5
use super::BuildContext;

pub trait GenerateAppTitle {
    fn on_generate_title(&self, context: BuildContext) -> String;
}