Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/
Derror.rs41 Custom(Box<Custom>), enumerator
54 struct Custom { struct
55 kind: ErrorKind,
56 error: Box<dyn std::error::Error + Send + Sync>,