Type Alias ln_gateway::Result
source · pub type Result<T> = Result<T, GatewayError>;
Aliased Type§
enum Result<T> {
Ok(T),
Err(GatewayError),
}
pub type Result<T> = Result<T, GatewayError>;
enum Result<T> {
Ok(T),
Err(GatewayError),
}