rust-vmm / seccompiler

Provides easy-to-use Linux seccomp-bpf jailing.
https://crates.io/crates/seccompiler
Apache License 2.0
70 stars 10 forks source link

Add optional `E` argument to `Result` type #66

Closed Kijewski closed 10 months ago

Kijewski commented 10 months ago

Summary of the PR

This way Result<T, MyError> still works even if someone uses the library with use seccompiler::*.

Requirements

Before submitting your PR, please make sure you addressed the following requirements: