1 2 3 4 5
use std::path::*; // TODO: Figure out PathBuf and then Box/Rc/Box<Path>. impl_just!(StripPrefixError, Path::new("").strip_prefix("a").unwrap_err());