pub trait IMContextSimpleExtManual:
IsA<IMContextSimple>
+ Sealed
+ 'static {
// Provided method
fn add_compose_file<P: AsRef<Path>>(&self, compose_file: P) { ... }
}Provided Methods§
Sourcefn add_compose_file<P: AsRef<Path>>(&self, compose_file: P)
fn add_compose_file<P: AsRef<Path>>(&self, compose_file: P)
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".