CallbackFuture

Type Alias CallbackFuture 

Source
pub type CallbackFuture<'a> = Pin<Box<dyn Future<Output = Status> + Send + 'a>>;
Expand description

The type returned by milter callbacks.

Aliased Typeยง

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