pub trait BatchSizeProvider: DynClone + Debug + Send + Sync {
    fn batch_size(&self) -> usize;
}
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§