Trait fedimint_core::core::Input

source ·
pub trait Input: Debug + Display + PartialEq + Hash + DynEncodable + Decodable + Encodable + Clone + IntoDynInstance<DynType = DynInput> + Send + Sync + 'static { }

Object Safety§

This trait is not object safe.

Implementors§