pub trait Blocker {
// Required method
fn state(&self) -> BlockerState;
}
Available on crate feature
wayland_frontend
only.Expand description
Types potentially blocking state changes
Required Methods§
Sourcefn state(&self) -> BlockerState
fn state(&self) -> BlockerState
Retrieve the current state of the blocker