[][src]Trait rs_es::json::ShouldSkip

pub trait ShouldSkip {
    fn should_skip(&self) -> bool;
}

To tell Serde to skip various fields

Required methods

fn should_skip(&self) -> bool

Loading content...

Implementations on Foreign Types

impl<T> ShouldSkip for Option<T>[src]

To indicate whether an optional field should be skipped if None

Loading content...

Implementors

Loading content...