MatchCount

Type Alias MatchCount 

Source
pub type MatchCount = u64;
Expand description

Result of counting query matches.

Trait Implementations§

Source§

impl From<CountRecorder> for MatchCount

Source§

fn from(val: CountRecorder) -> Self

Converts to this type from the input type.