v0.0.3
Pre-release
Pre-release
now allows you to wrap errors and okays in eachother like Err(Err("This error"))
without needing the explicit .unwrap()
on the inner error
now allows you to wrap errors and okays in eachother like Err(Err("This error"))
without needing the explicit .unwrap()
on the inner error