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

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

Associated Types

Loading content...

Required methods

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

Loading content...

Implementors

impl ApiWithCtx for EntityApi[src]

impl ApiWithCtx for GraphInterpreterApi[src]

impl ApiWithCtx for TheTruthApi[src]

type Ctx = tm_the_truth_o

type ApiInstance = TheTruthApiInstance

Loading content...