Trait runa_wayland_protocols::wayland::wl_keyboard::v9::RequestDispatch
source · pub trait RequestDispatch<Ctx> {
type Error;
type ReleaseFut<'a>: Future<Output = Result<(), Self::Error>> + 'a
where Ctx: 'a;
// Required method
fn release<'a>(ctx: &'a mut Ctx, object_id: u32) -> Self::ReleaseFut<'a>;
}
Required Associated Types§
Required Methods§
sourcefn release<'a>(ctx: &'a mut Ctx, object_id: u32) -> Self::ReleaseFut<'a>
fn release<'a>(ctx: &'a mut Ctx, object_id: u32) -> Self::ReleaseFut<'a>
release the keyboard object