1 2 3 4 5
use crate::records::constant::Constant; pub(crate) fn cvar() -> Constant { Constant::default() }