Skip to main content

NotificationFuture

Type Alias NotificationFuture 

Source
pub type NotificationFuture<'a> = Pin<Box<dyn Future<Output = Result<(), String>> + Send + 'a>>;

Aliased Typeยง

pub struct NotificationFuture<'a> { /* private fields */ }