Trait emf_core_base_rs::CBaseAPI[][src]

pub trait CBaseAPI<'interface>: CBaseInterfaceInfo + SysAPI<'interface> + VersionAPI + LibraryAPI<'interface> + ModuleAPI<'interface> { }

A collection of traits providing access to the entire interface.

Implementors

impl<'interface, T> CBaseAPI<'interface> for T where
    T: CBaseInterfaceInfo + SysAPI<'interface> + VersionAPI + LibraryAPI<'interface> + ModuleAPI<'interface>, 
[src]

Loading content...