Home
last modified time | relevance | path

Searched refs:DifferentLengthArgs (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/crates/strsim-rs/src/
Dlib.rs15 DifferentLengthArgs, enumerator
21 StrSimError::DifferentLengthArgs => "Differing length arguments provided", in fmt()
44 _ => return Err(StrSimError::DifferentLengthArgs), in generic_hamming()
528 Err(StrSimError::DifferentLengthArgs), in hamming_unequal_length()