[−][src]Type Definition holochain_net::p2p_network::ApiFnBin
type ApiFnBin = Box<FnMut(&[u8]) -> Result<Vec<u8>, Error>>;
callback function type for api methods transporting binary data
type ApiFnBin = Box<FnMut(&[u8]) -> Result<Vec<u8>, Error>>;
callback function type for api methods transporting binary data