support field values in err! macro
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
@@ -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)]
|
||||
|
||||
Reference in New Issue
Block a user