pub trait EncodingProfileExtManual: Sealed + IsA<EncodingProfile> + 'static {
    // Provided method
    fn element_properties(&self) -> Option<ElementProperties> { ... }
}

Provided Methods§

source

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.

Implementors§