pub trait SystemProvider {
// Required method
fn get_system_ptr(&self) -> *const System;
}Expand description
Trait for things containing reference to System (mostly selections)
pub trait SystemProvider {
// Required method
fn get_system_ptr(&self) -> *const System;
}Trait for things containing reference to System (mostly selections)