pub macro cl_unimplemented {
() => { ... },
($($t:tt)*) => { ... },
}Expand description
Turns an unimplemented! invocation into an Error::Panic
pub macro cl_unimplemented {
() => { ... },
($($t:tt)*) => { ... },
}Turns an unimplemented! invocation into an Error::Panic