Type Alias PutCallback

Source
pub type PutCallback = Arc<dyn Fn(PutEvent) -> Pin<Box<dyn Future<Output = Result<bool, Box<dyn Error + Send + Sync>>> + Send + Sync>> + Send + Sync>;

Aliased Typeยง

pub struct PutCallback { /* private fields */ }