[][src]Trait fluvio_cluster::CheckSuggestion

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

Allows checks to suggest further action

Provided methods

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

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

Loading content...

Implementors

impl CheckSuggestion for CheckFailed[src]

impl CheckSuggestion for CheckStatus[src]

impl CheckSuggestion for RecoverableCheck[src]

impl CheckSuggestion for UnrecoverableCheck[src]

Loading content...