Type Definition abstract_proxy::contract::ProxyResult
source · pub type ProxyResult<T = Response> = Result<T, ProxyError>;Expand description
The result type for the proxy contract.
pub type ProxyResult<T = Response> = Result<T, ProxyError>;The result type for the proxy contract.