pub trait RequestsTrait {
    fn destroy(&self);
}

Required Methods§

destroy the idle inhibitor object

Remove the inhibitor effect from the associated wl_surface.

This is a destructor, you cannot send requests to this object any longer once this method is called.

Implementations on Foreign Types§

Implementors§