pub trait CheckDeserialization { // Required method fn check_deserialization( &mut self, checker: &mut Checker, ) -> Result<(), Error>; }
Perform post-process resolution of input and output files paths.
Perform any necessary resolution of file paths, returning an error if a problem is discovered.