pub trait Logger {
    fn all(&self) -> Vec<String>Notable traits for Vec<u8, A>impl<A> Write for Vec<u8, A>where
    A: Allocator,
; }
Available on crate feature testutils only.
Expand description

Test utilities for Logger.

Required Methods

Returns all debug events that have been logged.

Implementors