Trait taos_query::tmq::IsOffset
source · pub trait IsOffset {
// Required methods
fn database(&self) -> &str;
fn topic(&self) -> &str;
fn vgroup_id(&self) -> VGroupId;
}Expand description
Extract offset information.