pub trait EncodingProfileExtManual: Sealed + 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
Object Safety§
This trait is not object safe.