pub trait Interest: Interval {
// Required methods
fn id(&self) -> &str;
fn schema(&self) -> &str;
fn role(&self) -> Option<&[String]>;
fn status(&self) -> Option<&[String]>;
}Expand description
Trait for FTM schema: Interest
pub trait Interest: Interval {
// Required methods
fn id(&self) -> &str;
fn schema(&self) -> &str;
fn role(&self) -> Option<&[String]>;
fn status(&self) -> Option<&[String]>;
}Trait for FTM schema: Interest