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

Implementors