Trait macros_utils::ToMacrosError
source · pub trait ToMacrosError {
// Required methods
fn to_macros_error(self) -> MacrosError;
fn to_err<T>(self) -> Result<T, MacrosError>;
}
pub trait ToMacrosError {
// Required methods
fn to_macros_error(self) -> MacrosError;
fn to_err<T>(self) -> Result<T, MacrosError>;
}