pub trait DynTaskInputs:
Debug
+ DynEq
+ DynHash
+ TraceRawVcs
+ Send
+ Sync
+ 'static {
// Required method
fn dyn_type_name(&self) -> &'static str;
}pub trait DynTaskInputs:
Debug
+ DynEq
+ DynHash
+ TraceRawVcs
+ Send
+ Sync
+ 'static {
// Required method
fn dyn_type_name(&self) -> &'static str;
}