pub trait ContextHandle: Sealed {
    fn get_inner(&self) -> CUcontext;
}

Required methods

Implementors