pub type BulkResult<T> = Result<T, BulkInterrupted>;Expand description
What the four chunked bulk paths return (0.13.8, W7.6).
Aliased Type§
pub enum BulkResult<T> {
Ok(T),
Err(BulkInterrupted),
}pub type BulkResult<T> = Result<T, BulkInterrupted>;What the four chunked bulk paths return (0.13.8, W7.6).
pub enum BulkResult<T> {
Ok(T),
Err(BulkInterrupted),
}