[][src]Trait ifeq::ThenPrint

pub trait ThenPrint {
    fn then_print(&self, msg: &str) -> String;
}

Required methods

fn then_print(&self, msg: &str) -> String

Loading content...

Implementations on Foreign Types

impl ThenPrint for bool[src]

Loading content...

Implementors

Loading content...