Type Alias fast_log::runtime::SendError

source ·
pub type SendError<T> = SendError<T>;

Aliased Type§

struct SendError<T>(pub T);

Fields§

§0: T