Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/fs-err/src/
Derrors.rs132 pub(crate) struct SourceDestError { struct
133 kind: SourceDestErrorKind, argument
139 impl SourceDestError { argument
158 impl fmt::Display for SourceDestError { implementation
193 impl StdError for SourceDestError { implementation