Home
last modified time | relevance | path

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

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