pub trait OperationProvider: DynClone + Debug + Sync + Send {
    fn to_operation(&mut self) -> String;
}
Expand description

对象操作提供者接口

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

Implementations on Foreign Types§

Implementors§