Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: make
IpcMessage
members non-public (#366)
The original `OpaqueIpcMessage` struct that was superseded by the new `IpcMessage` had only non-public members, Having the members of `IpcMessage` marked as `pub` also mean they become part of the API, which we don't expect to be useful. So this change just marks them as `pub(crate)`. Signed-off-by: Mukilan Thiyagarajan <[email protected]>
- Loading branch information