macro_rules! not_implemented {
    ($($t:tt)*) => { ... };
}
Expand description

Error to indicate that a required feature is not yet implemented.