Trait runa_wayland_protocols::wayland::wl_registry::v1::RequestDispatch
source · pub trait RequestDispatch<Ctx> {
type Error;
type BindFut<'a>: Future<Output = Result<(), Self::Error>> + 'a
where Ctx: 'a;
// Required method
fn bind<'a>(
ctx: &'a mut Ctx,
object_id: u32,
name: u32,
interface: Str<'a>,
version: u32,
id: NewId
) -> Self::BindFut<'a>;
}