Struct oxygengine_user_interface::raui::core::PrintLogger [−][src]
pub struct PrintLogger;
Expand description
Prints log messages to terminal via println! macro.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PrintLogger
impl Send for PrintLogger
impl Sync for PrintLogger
impl Unpin for PrintLogger
impl UnwindSafe for PrintLogger
Blanket Implementations
impl<T> Any for T where
T: Any,
impl<T> Any for T where
T: Any,
pub fn get_type_id(&self) -> TypeId
Mutably borrows from an owned value. Read more