pub trait FrozenOpState: Debug + DynClone + Send + 'static {
    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§