Trait MaybePrettyPrint

Source
pub trait MaybePrettyPrint {
    // Required method
    fn maybe_pretty_print(&self) -> Option<String>;

    // Provided method
    fn with_trailing_space(&self) -> String { ... }
}

Required Methods§

Provided Methods§

Implementations on Foreign Types§

Source§

impl MaybePrettyPrint for MetaType

Implementors§