[][src]Trait k8_metadata_client::MetadataClientError

pub trait MetadataClientError: Debug + Display {
    fn not_founded(&self) -> bool;
fn patch_error() -> Self; }

trait for metadata client

Required methods

fn not_founded(&self) -> bool

is not founded

fn patch_error() -> Self

Loading content...

Implementors

impl MetadataClientError for DoNothingError[src]

Loading content...