Trait zebra_rpc::methods::errors::MapServerError
source · pub(crate) trait MapServerError<T, E> {
// Required method
fn map_server_error(self) -> Result<T, Error>;
}
pub(crate) trait MapServerError<T, E> {
// Required method
fn map_server_error(self) -> Result<T, Error>;
}