routerify_json_response/
error.rs

1use std::error::Error as StdError;
2
3pub type Error = Box<dyn StdError + Send + Sync + 'static>;