pub trait GetLogCategories {
// Required method
fn get_log_categories(&mut self) -> u32;
}
Required Methods§
sourcefn get_log_categories(&mut self) -> u32
fn get_log_categories(&mut self) -> u32
| Get log flags. |
pub trait GetLogCategories {
// Required method
fn get_log_categories(&mut self) -> u32;
}
| Get log flags. |