Function ya_service_bus::typed::bind_with_caller[][src]

pub fn bind_with_caller<T: RpcMessage, Output, F>(addr: &str, f: F) -> Handle where
    Output: Future<Output = Result<T::Item, T::Error>> + 'static,
    F: FnMut(String, T) -> Output + 'static,