Skip to main content

MaybeLogSafe

Trait MaybeLogSafe 

Source
pub trait MaybeLogSafe { }
Expand description

Marker bound that resolves to LogSafe when log-safety is enabled, or is satisfied by any type when it’s not.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl<T> MaybeLogSafe for T

Available on non-crate feature log-safety only.