Trait sixtyfps::testing::HasWindow[][src]

pub trait HasWindow {
    fn component_window(&self) -> &ComponentWindow;
}
Expand description

This trait gives access to the underlying Window of a component for the purposes of testing.

Required methods

Returns a reference to the component’s window.

Implementors