[][src]Type Definition holochain_net::p2p_network::ApiFnJson

type ApiFnJson = Box<FnMut(&str) -> Result<String, Error>>;

callback function type for api methods transporting json data