Skip to main content

GetMetaQueryStatusOps

Trait GetMetaQueryStatusOps 

Source
pub trait GetMetaQueryStatusOps {
    // Required method
    fn get_meta_query_status(
        &self,
    ) -> impl Future<Output = Result<MetaQueryStatus>>;
}

Required Methods§

Source

fn get_meta_query_status(&self) -> impl Future<Output = Result<MetaQueryStatus>>

Query the status of the metadata-index library.

Official document: https://www.alibabacloud.com/help/en/oss/developer-reference/getmetaquerystatus

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§