pub trait AsRawContext {
// Required method
fn raw_context(&self) -> RawContext;
}
Expand description
A trait that provides raw context.
Required Methods§
Sourcefn raw_context(&self) -> RawContext
fn raw_context(&self) -> RawContext
Get the raw context handle.