Trait qiniu_sdk::prelude::OperationProvider
source · pub trait OperationProvider: DynClone + Debug + Sync + Send {
fn to_operation(&mut self) -> String;
}
Expand description
对象操作提供者接口
Required Methods
sourcefn to_operation(&mut self) -> String
fn to_operation(&mut self) -> String
转换为对象操作命令