[]Trait fluvio::metadata::topic::store::TopicLocalStorePolicy

pub trait TopicLocalStorePolicy<C> where
    C: MetadataItem
{ #[must_use] fn table_fmt<'life0, 'async_trait>(
        &'life0 self
    ) -> Pin<Box<dyn Future<Output = String> + 'async_trait + Send>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; }

Required methods

#[must_use]fn table_fmt<'life0, 'async_trait>(
    &'life0 self
) -> Pin<Box<dyn Future<Output = String> + 'async_trait + Send>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Loading content...

Implementors

impl<C> TopicLocalStorePolicy<C> for LocalStore<TopicSpec, C> where
    C: MetadataItem + Send + Sync

Loading content...