Skip to main content

RoleFuture

Type Alias RoleFuture 

Source
pub type RoleFuture = Pin<Box<dyn Future<Output = Result<(), RuntimeError>> + Send + 'static>>;

Aliased Typeยง

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