Function holochain::prelude::ffs::write

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