Skip to main content

expand_error

Macro expand_error 

Source
macro_rules! expand_error {
    () => { ... };
    ($msg:expr) => { ... };
    ($fmt:expr, $($arg:tt)*) => { ... };
}