pub trait EncodingProfileExtManual: IsA<EncodingProfile> + 'static {
// Provided method
fn element_properties(&self) -> Option<ElementProperties> { ... }
}
Provided Methods§
Sourcefn element_properties(&self) -> Option<ElementProperties>
fn element_properties(&self) -> Option<ElementProperties>
§Returns
The properties that are going to be set on the underlying element
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.