NativeTestFuture

Type Alias NativeTestFuture 

Source
type NativeTestFuture = Pin<Box<dyn Future<Output = ()> + Send>>;

Aliased Typeยง

#[repr(transparent)]
struct NativeTestFuture { /* private fields */ }