Trait MiniPrint

Source
pub trait MiniPrint {
    // Required method
    fn simple_print(&self) -> String;

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

Required Methods§

Provided Methods§

Implementations on Foreign Types§

Source§

impl MiniPrint for Option<ExprNodeId>

Implementors§