Trait fedimint_client::module::recovery::ModuleBackup
source · pub trait ModuleBackup: Debug + IntoDynInstance<DynType = DynModuleBackup> + PartialEq + DynEncodable + Decodable + Clone + MaybeSend + MaybeSync + 'static { }
Object Safety§
This trait is not object safe.