Skip to main content

GroupWriteFuture

Type Alias GroupWriteFuture 

Source
pub type GroupWriteFuture<'a> = Pin<Box<dyn Future<Output = Result<GroupWriteResponse, GroupEngineError>> + Send + 'a>>;

Aliased Typeยง

#[repr(transparent)]
pub struct GroupWriteFuture<'a> { /* private fields */ }