Function tsukuyomi::error::forbidden

source ·
pub fn forbidden<D>(msg: D) -> Errorwhere
    D: Debug + Display + Send + 'static,
Expand description

Equivalent to custom(StatusCode::FORBIDDEN, msg).