[][src]Function hpk::extract

pub fn extract<P>(
    options: &ExtractOptions,
    file: P,
    dest: P
) -> Result<(), HpkError> where
    P: AsRef<Path>,