Home
last modified time | relevance | path

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

/external/rust/crates/tinyvec/src/
Darrayvec.rs1282 pub struct TryFromSliceError(()); struct
1284 impl core::fmt::Display for TryFromSliceError { implementation
1291 impl std::error::Error for TryFromSliceError {} implementation