1 2 3 4 5
use fack::prelude::*; #[derive(Debug, Error)] #[error(transparent(0))] struct Error(Option<std::io::Error>); fn main() {}