devela 0.28.0

A development substrate of coherence.
Documentation
1
2
3
4
5
6
7
8
9
// devela::data::value::absence
//
//! Implements traits for the unit type [`()`] to represent the absence of data.
//

#[doc = crate::_tags!(no data)]
/// Represents the absence of some data.
#[doc = crate::_doc_meta!{location("data/value")}]
pub type NoData = ();