Type Definition xcb::xproto::GetPropertyCookie[][src]

type GetPropertyCookie<'a> = Cookie<'a, xcb_get_property_cookie_t>;

Implementations

impl<'a> GetPropertyCookie<'a>[src]

pub fn get_reply(&self) -> Result<GetPropertyReply, GenericError>[src]