Trait stam::SelfSelector
source · pub trait SelfSelector {
// Required method
fn selector(&self) -> Result<Selector, StamError>;
}Expand description
This trait is implemented by types that can return a Selector to themselves
pub trait SelfSelector {
// Required method
fn selector(&self) -> Result<Selector, StamError>;
}This trait is implemented by types that can return a Selector to themselves