1 2 3 4 5 6 7 8
use tfhe_versionable::VersionsDispatch; use crate::Config; #[derive(VersionsDispatch)] pub enum ConfigVersions { V0(Config), }