[]Trait astral::thirdparty::slog::SendSyncUnwindSafe

pub trait SendSyncUnwindSafe: Send + Sync + UnwindSafe { }

Send + Sync + UnwindSafe bound

This type is used to enforce Drains associated with Loggers are thread-safe.

Implementors

impl<T> SendSyncUnwindSafe for T where
    T: Send + Sync + UnwindSafe + ?Sized

Loading content...