pub trait IMContextSimpleExtManual: IsA<IMContextSimple> + Sealed + 'static {
    // Provided method
    fn add_compose_file<P: AsRef<Path>>(&self, compose_file: P) { ... }
}

Provided Methods§

source

fn add_compose_file<P: AsRef<Path>>(&self, compose_file: P)

Implementors§