pub type Result<T, E = MulticallError> = Result<T, E>;
Expand description
Result type for multicall operations.
Aliased Type§
enum Result<T, E = MulticallError> {
Ok(T),
Err(E),
}
Variants§
Layout§
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.