pub trait ToLabelOrNum<'a, T: Num> {
// Required method
fn to_labelornum(self) -> LabelOrNum<T>;
}
Expand description
A trait to allow passing numbers or Labels.
pub trait ToLabelOrNum<'a, T: Num> {
// Required method
fn to_labelornum(self) -> LabelOrNum<T>;
}
A trait to allow passing numbers or Labels.