pub struct HappyLog {}
Implementations§
Source§impl HappyLog
impl HappyLog
pub fn init_default_log(level: LevelFilter)
pub fn init(path: &str)
Auto Trait Implementations§
impl Freeze for HappyLog
impl RefUnwindSafe for HappyLog
impl Send for HappyLog
impl Sync for HappyLog
impl Unpin for HappyLog
impl UnwindSafe for HappyLog
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