CatalogNamespaceCommandOperations

Trait CatalogNamespaceCommandOperations 

Source
pub trait CatalogNamespaceCommandOperations: Send {
    // Required method
    fn create_namespace<'life0, 'async_trait>(
        &'life0 mut self,
        to_create: NamespaceToCreate,
    ) -> Pin<Box<dyn Future<Output = Result<NamespaceDef>> + Send + 'async_trait>>
       where Self: 'async_trait,
             'life0: 'async_trait;
}

Required Methods§

Source

fn create_namespace<'life0, 'async_trait>( &'life0 mut self, to_create: NamespaceToCreate, ) -> Pin<Box<dyn Future<Output = Result<NamespaceDef>> + Send + 'async_trait>>
where Self: 'async_trait, 'life0: 'async_trait,

Implementors§