[][src]Trait lark_pretty_print::PrettyPrint

pub trait PrettyPrint {
    fn pretty_print(
        &self,
        db: &impl PrettyPrintDatabase
    ) -> String; }

Required methods

fn pretty_print(
    &self,
    db: &impl PrettyPrintDatabase
) -> String

Loading content...

Implementations on Foreign Types

impl PrettyPrint for Ty<Declaration>[src]

impl PrettyPrint for Ty<FullInferred>[src]

impl<T: TypeFamily> PrettyPrint for BaseData<T>[src]

impl PrettyPrint for Entity[src]

impl<T: TypeFamily> PrettyPrint for BaseKind<T>[src]

Loading content...

Implementors

Loading content...