Registers all of the catchers in the supplied vector. ... req.uri()) } fn main() { rocket::ignite() .register(catchers![internal_error, not_found]) } ...
確定! 回上一頁