Trait simd_json::prelude::base::TypedCustomValue

source ·
pub trait TypedCustomValue {
    // Provided method
    fn is_custom(&self) -> bool { ... }
}
Expand description

Type checks for custom values on a value

Provided Methods§

source

fn is_custom(&self) -> bool

returns if a type is a custom type

Implementors§