Type Alias axio::Result

source ·
pub type Result<T = ()> = Result<T, AxError>;
Expand description

A specialized Result type with AxError as the error type.