Skip to main content

GroupSetBucketQuotaFuture

Type Alias GroupSetBucketQuotaFuture 

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

Aliased Typeยง

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