pub trait SentryFutureExt: Sized {
// Provided method
fn bind_hub<H>(self, hub: H) -> SentryFuture<Self> ⓘ
where H: Into<Arc<Hub>> { ... }
}Expand description
Future extensions for Sentry.
Provided Methods§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".