Type Definition rsonpath::result::MatchCount
source · 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.