[][src]Trait k8_obj_metadata::DeserializeWith

pub trait DeserializeWith: Sized {
    pub fn deserialize_with<'de, D>(de: D) -> Result<Self, D::Error>
    where
        D: Deserializer<'de>
; }

Required methods

pub fn deserialize_with<'de, D>(de: D) -> Result<Self, D::Error> where
    D: Deserializer<'de>, 
[src]

Loading content...

Implementors

Loading content...