Trait k8_metadata_client::MetadataClientError[][src]

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

trait for metadata client

Required methods

is not founded

Implementors