pub trait ReadArgumentsTrait<'a> {
// Required methods
fn serialized_id(self) -> Cow<'a, str>;
fn expand(&self) -> Option<&Vec<&'a str>>;
}pub trait ReadArgumentsTrait<'a> {
// Required methods
fn serialized_id(self) -> Cow<'a, str>;
fn expand(&self) -> Option<&Vec<&'a str>>;
}