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