fedimint_core::core

Trait OutputOutcome

source
pub trait OutputOutcome:
    Debug
    + Display
    + PartialEq
    + Hash
    + DynEncodable
    + Decodable
    + Encodable
    + Clone
    + IntoDynInstance<DynType = DynOutputOutcome>
    + Send
    + Sync
    + 'static {
    const KIND: ModuleKind;
}

Required Associated Constants§

Object Safety§

This trait is not object safe.

Implementors§