Type Definition actix_state_guards::GuardResult

source ·
pub type GuardResult<GuardCallErr> = Result<(), GuardError<GuardCallErr>>;