Skip to main content

UiElementTestIdExt

Trait UiElementTestIdExt 

Source
pub trait UiElementTestIdExt: Sized {
    // Provided method
    fn test_id(self, id: impl Into<Arc<str>>) -> UiElementWithTestId<Self> { ... }
}

Provided Methods§

Source

fn test_id(self, id: impl Into<Arc<str>>) -> UiElementWithTestId<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§