Trait LossSource
pub trait LossSource: Sealed {
// Required method
fn losses(&self) -> impl Iterator<Item = ItemLoss>;
}Expand description
A trait for protocol types which can be a source of lost Sentry data if discarded.
Required Methods§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.