Skip to main content

hydrate_required

Function hydrate_required 

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