Trait tract_pulse::internal::tract_core::ops::FrozenOpState
pub trait FrozenOpState: 'static + Debug + DynClone + Send {
fn unfreeze(&self) -> Box<dyn OpState + 'static, Global>;
}pub trait FrozenOpState: 'static + Debug + DynClone + Send {
fn unfreeze(&self) -> Box<dyn OpState + 'static, Global>;
}