Skip to main content

PoolTypeTrait

Trait PoolTypeTrait 

Source
pub trait PoolTypeTrait: Send + Sync {
    // Required method
    fn pool_type(&self) -> PoolType;
}
Expand description

Interface for pool operations, implemented by all pool types (V2, V3, etc.)

Required Methods§

Implementors§