pub trait UiElementKeyContextExt: Sized {
// Provided method
fn key_context(
self,
key_context: impl Into<Arc<str>>,
) -> UiElementWithKeyContext<Self> { ... }
}Provided Methods§
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.