todo_document

Macro todo_document 

Source
macro_rules! todo_document {
    ($allocator:ident,) => { ... };
    ($allocator:ident, $($tt:tt)*) => { ... };
}
Expand description

Similar to std::todo, but returns a document instead of panicking with a message.