Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/uefi/src/helpers/
Dlogger.rs192 struct DecoratedLog<'writer, 'a, W: fmt::Write> { struct
200 impl<'writer, 'a, W: fmt::Write> DecoratedLog<'writer, 'a, W> { implementation
220 impl<'writer, 'a, W: fmt::Write> fmt::Write for DecoratedLog<'writer, 'a, W> { implementation