Type Alias NativeTestFuture

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

Aliased Typeยง

struct NativeTestFuture { /* private fields */ }