Trait x11rb_async::protocol::bigreq::ConnectionExt
source · pub trait ConnectionExt: RequestConnection {
// Provided method
fn bigreq_enable(
&self
) -> Pin<Box<dyn Future<Output = Result<Cookie<'_, Self, EnableReply>, ConnectionError>> + Send + '_>> { ... }
}Expand description
Extension trait defining the requests of this extension.