data_model: Export IoSliceMut as a public type

This type is useful in other places as well.

BUG=none
TEST=unit tests

Change-Id: I38a8db6e82809121ef8ce336ca0e3da80625d60a
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/2571148
Reviewed-by: Noah Gold <nkgold@google.com>
Reviewed-by: Dylan Reid <dgreid@chromium.org>
Tested-by: kokoro <noreply+kokoro@google.com>
Commit-Queue: Chirantan Ekbote <chirantan@chromium.org>
This commit is contained in:
Chirantan Ekbote 2020-11-30 17:25:52 +09:00 committed by Commit Bot
parent 6daa9a5a2c
commit 3b18157805

View file

@ -192,3 +192,4 @@ mod flexible_array;
pub use flexible_array::{vec_with_array_field, FlexibleArray, FlexibleArrayWrapper}; pub use flexible_array::{vec_with_array_field, FlexibleArray, FlexibleArrayWrapper};
mod sys; mod sys;
pub use sys::IoSliceMut;