Trait fluvio_extension_common::output::DescribeObjectHandler[][src]

pub trait DescribeObjectHandler {
    fn is_ok(&self) -> bool;
fn is_error(&self) -> bool;
fn validate(&self) -> Result<(), OutputError>;
fn label() -> &'static str;
fn label_plural() -> &'static str; }

Required methods

fn is_ok(&self) -> bool[src]

fn is_error(&self) -> bool[src]

fn validate(&self) -> Result<(), OutputError>[src]

fn label() -> &'static str[src]

fn label_plural() -> &'static str[src]

Loading content...

Implementors

Loading content...