pub trait IMContextSimpleExtManual: 'static {
// Required method
fn add_compose_file<P: AsRef<Path>>(&self, compose_file: P);
}
Required Methods§
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", so this trait is not object safe.