Trait cglue::trait_group::ContextRef[][src]

pub trait ContextRef {
    type ObjType;
    type Context: Clone;
    fn split_ctx_ref(&self) -> (&Self::ObjType, &Self::Context);
}
Expand description

Represents a reference type with context.

Associated Types

Required methods

Implementations on Foreign Types

Implementors