Skip to main content

UiElementKeyContextExt

Trait UiElementKeyContextExt 

Source
pub trait UiElementKeyContextExt: Sized {
    // Provided method
    fn key_context(
        self,
        key_context: impl Into<Arc<str>>,
    ) -> UiElementWithKeyContext<Self> { ... }
}

Provided Methods§

Source

fn key_context( self, key_context: impl Into<Arc<str>>, ) -> UiElementWithKeyContext<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§