pub trait OperationProvider {
    fn to_operation(&mut self) -> String;
}
Expand description

对象操作提供者接口

Required Methods

转换为对象操作命令

Implementors