Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/tracing-core/src/
Ddispatcher.rs304 pub fn set_global_default(dispatcher: Dispatch) -> Result<(), SetGlobalDefaultError> { in set_global_default() argument
350 pub struct SetGlobalDefaultError { struct
354 impl fmt::Debug for SetGlobalDefaultError { implementation
362 impl fmt::Display for SetGlobalDefaultError { implementation
370 impl error::Error for SetGlobalDefaultError {} implementation
372 impl SetGlobalDefaultError { implementation