[][src]Trait tm_rs::api::ApiWithCtxMut

pub trait ApiWithCtxMut: ApiWithCtx {
    type ApiInstanceMut: Copy + Clone;
    pub fn wrap_mut(self, ctx: *mut Self::Ctx) -> Self::ApiInstanceMut;
}

Associated Types

Loading content...

Required methods

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

Loading content...

Implementors

impl ApiWithCtxMut for EntityApi[src]

impl ApiWithCtxMut for GraphInterpreterApi[src]

impl ApiWithCtxMut for TheTruthApi[src]

Loading content...