mirror of https://github.com/aya-rs/aya
aya-ebpf: replace match statement with then_some for cleaner code
Replace verbose match statement with more idiomatic then_some().ok_or() pattern for handling boolean return values in assign method. Signed-off-by: Xiaobo Liu <cppcoffee@gmail.com>reviewable/pr1304/r1
parent
f635d80708
commit
2ef8bd163d
Loading…
Reference in New Issue