Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/fs-err/src/
Derrors.rs146 pub(crate) struct SourceDestError { struct
147 kind: SourceDestErrorKind, argument
153 impl SourceDestError { argument
172 impl fmt::Display for SourceDestError { implementation
213 impl StdError for SourceDestError { implementation