Function nix_compat::derivation::parser::string_to_store_path

source ยท
fn string_to_store_path<'a, 'i, S>(
    i: &'i [u8],
    path_str: &'a str,
) -> Result<StorePath<S>, Err<NomError<&'i [u8]>>>
where S: Clone + AsRef<str> + From<&'a str>,