Function holochain_types::prelude::ffs::read

source ·
pub async fn read<P>(path: P) -> Result<Vec<u8>, IoError>where
    P: Clone + AsRef<Path>,