pub trait SubOptTrait {
// Required methods
fn get_auto_ack(&self) -> bool;
fn get_format(&self) -> Format;
}Expand description
Options that influence subscription behavior such as auto-ack and format.
pub trait SubOptTrait {
// Required methods
fn get_auto_ack(&self) -> bool;
fn get_format(&self) -> Format;
}Options that influence subscription behavior such as auto-ack and format.