Trait Value
opensrdk_kernel_method
pub trait Value: Clone + Debug + PartialEq + Send + Sync { }
impl<T> Value for T where T: Clone + Debug + PartialEq + Send + Sync,