[][src]Type Definition comms_service::ReadFn

type ReadFn<Connection> = dyn Fn(&Connection) -> CommsResult<Vec<u8>> + Send + Sync + 'static;

Type definition for a "read" function pointer.