devela 0.26.0

A development layer of coherence.
Documentation
1
2
3
4
5
6
7
8
9
10
// devela::data::value::of

crate::structural_mods! { // _reexports
    _reexports {
        #[doc(inline)]
        pub use devela_base_core::data::value::{
            Oneof,
        };
    }
}