[][src]Trait atcoder_auto_tester::message::Messageable

pub trait Messageable {
    fn error_message(&self) -> Message;
fn warning_message(&self) -> Message;
fn info_message(&self) -> Message;
fn command_message(&self) -> Message; }

Required methods

fn error_message(&self) -> Message

fn warning_message(&self) -> Message

fn info_message(&self) -> Message

fn command_message(&self) -> Message

Loading content...

Implementations on Foreign Types

impl<'_> Messageable for &'_ str[src]

impl Messageable for String[src]

Loading content...

Implementors

Loading content...