SetLockedAttributeExt

Trait SetLockedAttributeExt 

Source
pub trait SetLockedAttributeExt {
    // Required method
    fn lock_attribute(&mut self, attribute: LockableStyleAttribute) -> &mut Self;
}

Required Methods§

Source

fn lock_attribute(&mut self, attribute: LockableStyleAttribute) -> &mut Self

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§