macro_rules! not_implemented {
($($t:tt)*) => { ... };
}
Expand description
Error to indicate that a required feature is not yet implemented.
macro_rules! not_implemented {
($($t:tt)*) => { ... };
}
Error to indicate that a required feature is not yet implemented.