fedimint_core::core

Trait ClientConfig

Source
pub trait ClientConfig:
    Debug
    + Display
    + PartialEq
    + Hash
    + DynEncodable
    + Decodable
    + Encodable
    + Clone
    + IntoDynInstance<DynType = DynClientConfig>
    + Send
    + Sync
    + Serialize
    + DeserializeOwned
    + 'static {
    const KIND: ModuleKind;
}

Required Associated Constants§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§