[][src]Type Definition unmp_protocol_raw::RecvCallback

type RecvCallback = dyn Fn(&Id, &[u8]) + 'static;

接收到数据的回调函数格式