Skip to main content

failed_error

Macro failed_error 

Source
macro_rules! failed_error {
    ($param:literal) => { ... };
    ($param:expr) => { ... };
}