Home
last modified time | relevance | path

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

/DragonOS/user/apps/test_ebpf/syscall_ebpf/xtask/src/
H A Dbuild_ebpf.rs12 type Err = String; typedef
14 fn from_str(s: &str) -> Result<Self, Self::Err> { in from_str() argument