Type Alias INull

Source
pub type INull = ();

Trait Implementations§

Source§

impl IValue for INull

Source§

const TY: Ty = Ty::Null

Source§

type Inner = ()

Source§

fn is_null(&self) -> bool

Source§

fn into_value(self) -> Value

Source§

fn into_inner(self) -> Self::Inner