Struct tracing_subscriber::util::TryInitError
source · pub struct TryInitError { /* private fields */ }
Expand description
Error returned by try_init
if a global default subscriber could not be initialized.
Trait Implementations§
source§impl Debug for TryInitError
impl Debug for TryInitError
source§impl Display for TryInitError
impl Display for TryInitError
source§impl Error for TryInitError
impl Error for TryInitError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Auto Trait Implementations§
impl !RefUnwindSafe for TryInitError
impl Send for TryInitError
impl Sync for TryInitError
impl Unpin for TryInitError
impl !UnwindSafe for TryInitError
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