Struct concordium_std::test_infrastructure::TestLogger
source · [−]Expand description
A logger that simply accumulates all the logged items to be inspected at the end of execution.
Fields
logs: Vec<Vec<u8>>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TestLogger
impl Send for TestLogger
impl Sync for TestLogger
impl Unpin for TestLogger
impl UnwindSafe for TestLogger
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more