Trait fluvio_cluster::CheckSuggestion[][src]

pub trait CheckSuggestion {
    fn suggestion(&self) -> Option<String> { ... }
}

Allows checks to suggest further action

Provided methods

fn suggestion(&self) -> Option<String>[src]

Returns Some(suggestion) if there is a suggestion to give, otherwise returns None.

Loading content...

Implementors

Loading content...