[][src]Trait tm_rs::api::ApiWithCtx

pub trait ApiWithCtx: Api {
    type Ctx;
    type ApiInstance: Copy + Clone;
    pub fn wrap(self, ctx: *mut Self::Ctx) -> Self::ApiInstance;
}

Associated Types

Loading content...

Required methods

pub fn wrap(self, ctx: *mut Self::Ctx) -> Self::ApiInstance[src]

Loading content...

Implementors

impl ApiWithCtx for EntityApi[src]

type Ctx = tm_entity_context_o

type ApiInstance = EntityApiInstance

impl ApiWithCtx for GraphInterpreterApi[src]

Loading content...