[][src]Type Definition json_peek::value::Bool

type Bool = Item<bool>;

Methods

impl Bool[src]

pub fn new_bool(value: bool) -> Self[src]