Home
last modified time | relevance | path

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

/DragonOS/kernel/crates/rbpf/src/
H A Dno_std_error.rs22 pub fn new<S: Into<String>>(kind: ErrorKind, error: S) -> Error { in new()
37 pub enum ErrorKind { enum