Skip to main content

SystemProvider

Trait SystemProvider 

Source
pub trait SystemProvider {
    // Required method
    fn get_system_ptr(&self) -> *const System;
}
Expand description

Trait for things containing reference to System (mostly selections)

Required Methods§

Implementors§