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.