pub trait JsonTruthy {
    // Required method
    fn is_truthy(&self, include_zero: bool) -> bool;
}

Required Methods§

source

fn is_truthy(&self, include_zero: bool) -> bool

Implementations on Foreign Types§

source§

impl JsonTruthy for Value

source§

fn is_truthy(&self, include_zero: bool) -> bool

Implementors§