Type Definition rocket_auth::prelude::Result[][src]

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

A type alias of result to omit the error type.