Skip to content
Snippets Groups Projects
Commit fecc5ceb authored by Jacob Lorentzon's avatar Jacob Lorentzon
Browse files

Implement Debug for Op.

parent 6fd653c9
No related branches found
No related tags found
2 merge requests!6Redesign API to fix (most) soundness and add async support.,!5Draft: Improved async-capable interface
......@@ -8,6 +8,7 @@ use syscall::{error::*, flag::*, Stat, StatVfs, TimeSpec};
use crate::{CallRequest, CallerCtx, OpenResult, Response};
#[non_exhaustive]
#[derive(Debug)]
pub enum Op<'a> {
Open {
path: &'a str,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment