Struct microasync_rt::OwnedRuntime
source · pub struct OwnedRuntime<'a>(_, _);Expand description
Owned wrapper for anything that implements InternalRuntime, used to add a Runtime impl.
Trait Implementations§
source§impl<'a> Deref for OwnedRuntime<'a>
impl<'a> Deref for OwnedRuntime<'a>
§type Target = RuntimeWrapper<'a>
type Target = RuntimeWrapper<'a>
The resulting type after dereferencing.