1
2
3
4
5
//! Variant record info field.

pub mod value;

pub use self::value::Value;