Struct tokio::runtime::TryCurrentError [−][src]
pub struct TryCurrentError(_);
Error returned by try_current
when no Runtime has been started
pub struct TryCurrentError(_);
Error returned by try_current
when no Runtime has been started
impl RefUnwindSafe for TryCurrentError
impl Send for TryCurrentError
impl Sync for TryCurrentError
impl Unpin for TryCurrentError
impl UnwindSafe for TryCurrentError