mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-24 07:53:00 +01:00
fix guide example
This commit is contained in:
parent
f5f78d79e6
commit
f55ff24925
@ -116,7 +116,8 @@ specific error response. We can use helper types for first example with custom e
|
|||||||
#[macro_use] extern crate failure;
|
#[macro_use] extern crate failure;
|
||||||
use actix_web::*;
|
use actix_web::*;
|
||||||
|
|
||||||
#[derive(Debug)]
|
#[derive(Fail, Debug)]
|
||||||
|
#[fail(display="Error {}", name)]
|
||||||
struct MyError {
|
struct MyError {
|
||||||
name: &'static str
|
name: &'static str
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user