[go: up one dir, main page]

BlasInterface

Trait BlasInterface 

Source
pub trait BlasInterface: CommonTraits {
    // Required methods
    fn prepare_compact_async(&self, callback: BlasCompactCallback);
    fn ready_for_compaction(&self) -> bool;
}
Available on custom only.

Required Methods§

Implementors§