pub struct ChanneledLogger { /* private fields */ }Expand description
Backend for the log crate facade
Formats strings then passes them to a chaenel to be displayed in the gui, this avoids threading issues (logging must be Send+Sync).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ChanneledLogger
impl !RefUnwindSafe for ChanneledLogger
impl Send for ChanneledLogger
impl Sync for ChanneledLogger
impl Unpin for ChanneledLogger
impl !UnwindSafe for ChanneledLogger
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more