pub type MatchCount = u64;
Expand description
Result of counting query matches.
Trait Implementations§
Source§impl From<CountRecorder> for MatchCount
impl From<CountRecorder> for MatchCount
Source§fn from(val: CountRecorder) -> Self
fn from(val: CountRecorder) -> Self
Converts to this type from the input type.