support field values in err! macro
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
5b1642f641
commit
5add9a8c34
4 changed files with 127 additions and 31 deletions
|
@ -5,8 +5,7 @@ mod response;
|
|||
|
||||
use std::{any::Any, borrow::Cow, convert::Infallible, fmt};
|
||||
|
||||
pub use log::*;
|
||||
|
||||
pub use self::log::*;
|
||||
use crate::error;
|
||||
|
||||
#[derive(thiserror::Error)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue