[][src]Trait combu::action::CustomResult

pub trait CustomResult {
    fn debug_message(&self) -> &str;
}

Empty Trait for Custom Result.

Required methods

fn debug_message(&self) -> &str

function for show debug message

Loading content...

Trait Implementations

impl Debug for dyn CustomResult[src]

Implementors

Loading content...