Function holochain::prelude::ffs::sync::write

source ·
pub fn write<P>(path: P, data: &[u8]) -> Result<(), IoError>where
    P: Clone + AsRef<Path>,