Type Definition telescope::web::middlewares::authorization::AuthorizationResult[][src]

pub type AuthorizationResult = Result<(), TelescopeError>;
Expand description

The type returned by authorization functions.