Searched defs:InvalidStringRepetitionValue (Results 1 – 1 of 1) sorted by relevance
644 pub struct InvalidStringRepetitionValue; struct646 impl std::error::Error for InvalidStringRepetitionValue {} implementation647 impl core::fmt::Display for InvalidStringRepetitionValue { implementation654 fn try_from(value: &str) -> Result<Self, InvalidStringRepetitionValue> { in try_from() argument