macro_rules! todo_document { ($allocator:ident,) => { ... }; ($allocator:ident, $($tt:tt)*) => { ... }; }
Similar to std::todo, but returns a document instead of panicking with a message.
std::todo