pub trait OperationProvider {
fn to_operation(&mut self) -> String;
}
Expand description
对象操作提供者接口
Required methods
fn to_operation(&mut self) -> String
fn to_operation(&mut self) -> String
转换为对象操作命令
pub trait OperationProvider {
fn to_operation(&mut self) -> String;
}
对象操作提供者接口
转换为对象操作命令