Home
last modified time | relevance | path

Searched defs:InvalidStringRepetitionValue (Results 1 – 1 of 1) sorted by relevance

/external/rust/android-crates-io/crates/taffy/src/style/
Dgrid.rs644 pub struct InvalidStringRepetitionValue; struct
646 impl std::error::Error for InvalidStringRepetitionValue {} implementation
647 impl core::fmt::Display for InvalidStringRepetitionValue { implementation
654 fn try_from(value: &str) -> Result<Self, InvalidStringRepetitionValue> { in try_from() argument