pub trait ToNotedownwhere
    Self: Sized,
{ fn into_notedown(self) -> ASTNode; fn into_notedown_list(self) -> ASTNodes { ... } }

Required Methods

Provided Methods

Implementations on Foreign Types

Implementors