Skip to main content

TestFuture

Type Alias TestFuture 

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

Aliased Typeยง

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