Type Definition salvo::Result[][src]

pub type Result<T> = Result<T, Error>;
Expand description

Result type wich has salvo::Error as it’s error type.