Type Alias axerrno::AxResult

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

A specialized Result type with AxError as the error type.