devela_base_core 0.26.0

base shared functionality for devela
Documentation
1
2
3
4
5
6
7
8
9
// devela_base_core::num::dom::no
//
//! Allows the unit type [`()`] to represent the absence of a number.
//

#[doc = crate::_tags!(no num)]
/// Represents the absence of a number.
#[doc = crate::_doc_location!("num")]
pub type NoNum = ();