pub struct CallbackLogger<W, E>{ /* private fields */ }
Available on crate feature
validate
only.Expand description
Simple Logger for Validator
trait, using closures for warn
/err
.
Implementations§
Trait Implementations§
Source§impl<W, E> Debug for CallbackLogger<W, E>
impl<W, E> Debug for CallbackLogger<W, E>
Source§impl<W, E> Default for CallbackLogger<W, E>
impl<W, E> Default for CallbackLogger<W, E>
Source§fn default() -> CallbackLogger<W, E>
fn default() -> CallbackLogger<W, E>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<W, E> Freeze for CallbackLogger<W, E>
impl<W, E> RefUnwindSafe for CallbackLogger<W, E>where
W: RefUnwindSafe,
E: RefUnwindSafe,
impl<W, E> Send for CallbackLogger<W, E>
impl<W, E> Sync for CallbackLogger<W, E>
impl<W, E> Unpin for CallbackLogger<W, E>
impl<W, E> UnwindSafe for CallbackLogger<W, E>where
W: UnwindSafe,
E: UnwindSafe,
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more