Enum spdlog::error::SendToChannelErrorDropped
source · #[non_exhaustive]
pub enum SendToChannelErrorDropped {
Record(RecordOwned),
Flush,
}Available on crate feature
multi-thread only.Expand description
Contains data that is dropped after sending to the channel failed.
You can handle them manually or just ignore them.
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.