Home
last modified time | relevance | path

Searched defs:SetGlobalDefaultError (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/tracing-core/src/
Ddispatcher.rs296 pub fn set_global_default(dispatcher: Dispatch) -> Result<(), SetGlobalDefaultError> { in set_global_default() argument
330 pub struct SetGlobalDefaultError { struct
334 impl fmt::Debug for SetGlobalDefaultError { argument
342 impl fmt::Display for SetGlobalDefaultError { implementation
350 impl error::Error for SetGlobalDefaultError {} implementation
352 impl SetGlobalDefaultError { implementation