Struct x509_parser::validate::CallbackLogger
source · [−]Available on crate feature
validate
only.Expand description
Simple Logger for Validator
trait, using closures for warn
/err
.
Implementations
Trait Implementations
Auto Trait Implementations
impl<W, E> RefUnwindSafe for CallbackLogger<W, E> where
E: RefUnwindSafe,
W: RefUnwindSafe,
impl<W, E> Send for CallbackLogger<W, E> where
E: Send,
W: Send,
impl<W, E> Sync for CallbackLogger<W, E> where
E: Sync,
W: Sync,
impl<W, E> Unpin for CallbackLogger<W, E> where
E: Unpin,
W: Unpin,
impl<W, E> UnwindSafe for CallbackLogger<W, E> where
E: UnwindSafe,
W: UnwindSafe,
Blanket Implementations
sourceimpl<'a, T, E> AsTaggedExplicit<'a, E> for T where
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for T where
T: 'a,
sourceimpl<'a, T, E> AsTaggedImplicit<'a, E> for T where
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for T where
T: 'a,
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