pub struct PropertySelector<T> { pub index: u8, pub offset: u8, pub length: u8, }
Locates a note property inside the packed note.
T is the type of the selected property: it is not stored, and is only used to validate the selector when constructing a Select or Sort criterion.
T
Select
Sort
index: u8
offset: u8
length: u8
impl<T> PropertySelector<T>
Locates a note property inside the packed note.
Tis the type of the selected property: it is not stored, and is only used to validate the selector when constructing aSelectorSortcriterion.