Trait embedded_svc::utils::asyncify::UnblockingAsyncWrapper
source · pub trait UnblockingAsyncWrapper<U, S> {
// Required method
fn new(unblocker: U, sync: S) -> Self;
}
Required Methods§
Object Safety§
This trait is not object safe.