Type Definition jsonrpsee_core::client::BatchEntry
source · pub type BatchEntry<'a, R> = Result<R, ErrorObject<'a>>;
Expand description
Represent a single entry in a batch response.
pub type BatchEntry<'a, R> = Result<R, ErrorObject<'a>>;
Represent a single entry in a batch response.