Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/octets/src/
Dlib.rs41 pub struct BufferTooShortError; struct
43 impl std::fmt::Display for BufferTooShortError { implementation
49 impl std::error::Error for BufferTooShortError { implementation