Function polkadot_node_core_pvf_common::worker::bytes_to_path
source · pub fn bytes_to_path(bytes: &[u8]) -> Option<PathBuf>
Expand description
Interprets the given bytes as a path. Returns None
if the given bytes do not constitute a
a proper utf-8 string.