[][src]Trait tm_rs::api::Api

pub trait Api: Copy + Clone + Send + Sync + 'static {
    type CType;

    pub const NAME: &'static [u8];

    pub fn new(api: *mut c_void) -> Self;
}

Associated Types

Loading content...

Associated Constants

Loading content...

Required methods

pub fn new(api: *mut c_void) -> Self[src]

Loading content...

Implementors

Loading content...