Type Alias raiden_blockchain::proxies::Result
source · pub type Result<T> = Result<T, ProxyError>;Expand description
Proxies error type.
Aliased Type§
enum Result<T> {
Ok(T),
Err(ProxyError),
}pub type Result<T> = Result<T, ProxyError>;Proxies error type.
enum Result<T> {
Ok(T),
Err(ProxyError),
}