pub type BatchEntry<'a, R> = Result<R, ErrorObject<'a>>;Expand description
Represent a single entry in a batch response.
Aliased Type§
pub enum BatchEntry<'a, R> {
Ok(R),
Err(ErrorObject<'a>),
}pub type BatchEntry<'a, R> = Result<R, ErrorObject<'a>>;Represent a single entry in a batch response.
pub enum BatchEntry<'a, R> {
Ok(R),
Err(ErrorObject<'a>),
}