macro_rules! shape_mismatch_error {
($expected:expr, $got:expr) => { ... };
}Expand description
Convenience macro for shape mismatch errors
macro_rules! shape_mismatch_error {
($expected:expr, $got:expr) => { ... };
}Convenience macro for shape mismatch errors