[−][src]Trait sentry_core::IntoBreadcrumbs
A helper trait that converts self into an Iterator of Breadcrumbs.
This is used for the add_breadcrumb
function.
Associated Types
type Output: Iterator<Item = Breadcrumb>
The iterator type for the breadcrumbs.
Required methods
fn into_breadcrumbs(self) -> Self::Output
This converts the object into an optional breadcrumb.