//! Types for values that can reserve a designated null value.
#![no_std]#![cfg_attr(docsrs,feature(doc_cfg))]#[cfg(any(feature ="borsh", test))]externcrate alloc;modmaybe_null;modnullable;#[cfg(feature ="serde-with")]modserde_with;pubuseself::{maybe_null::*,nullable::*};