Trait partition::manager::TableRouteCacheInvalidator

source ·
pub trait TableRouteCacheInvalidator: Send + Sync {
    // Required method
    fn invalidate_table_route<'life0, 'async_trait>(
        &'life0 self,
        table: TableId,
    ) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
       where Self: 'async_trait,
             'life0: 'async_trait;
}

Required Methods§

source

fn invalidate_table_route<'life0, 'async_trait>( &'life0 self, table: TableId, ) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where Self: 'async_trait, 'life0: 'async_trait,

Implementors§