1 2 3 4 5 6 7
use crate::types::ProtoType; #[derive(Debug, Clone, PartialEq)] pub(crate) enum CelType { CelValue, Proto(ProtoType), }