pub fn hydrate_required<P, C>( parsed_value: P, file: &Arc<PathBuf>, ) -> Result<ContextSpanned<C>, Error>where P: Hydrate<Output = C>,