Trait panduck_core::convert::ToNotedown[][src]

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

Required methods

Provided methods

Implementations on Foreign Types

Implementors