Trait test_assembler::ToLabelOrNum[][src]

pub trait ToLabelOrNum<'a, T: Num> {
    fn to_labelornum(self) -> LabelOrNum<T>;
}
Expand description

A trait to allow passing numbers or Labels.

Required methods

Implementors