Skip to main content

TestFuture

Type Alias TestFuture 

Source
pub type TestFuture = Pin<Box<dyn Future<Output = Result<(), Failed>> + Send>>;

Aliased Typeยง

pub struct TestFuture { /* private fields */ }