Enum strsim::StrSimError [−][src]
pub enum StrSimError {
DifferentLengthArgs,
}Variants
DifferentLengthArgs
Trait Implementations
impl Debug for StrSimError[src]
impl Debug for StrSimErrorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for StrSimError[src]
impl PartialEq for StrSimErrorAuto Trait Implementations
impl Send for StrSimError
impl Send for StrSimErrorimpl Sync for StrSimError
impl Sync for StrSimError