EncodingProfileExtManual

Trait EncodingProfileExtManual 

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

Provided Methods§

Source

fn element_properties(&self) -> Option<ElementProperties>

Available on crate feature v1_20 only.

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.

Implementors§