Trait taos_query::tmq::IsMeta

source ·
pub trait IsMeta {
    // Required methods
    fn as_raw_meta(&self) -> RawResult<RawMeta>;
    fn as_json_meta(&self) -> RawResult<JsonMeta>;
}

Required Methods§

Implementors§

source§

impl<T> IsMeta for Twhere T: IsAsyncMeta + SyncOnAsync,