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

Required Methods§

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Returns a copy of the value. Read more
Performs copy-assignment from source. Read more

Implementors§