pub type RoHostRef<T> = HostRef<RoAccess, T>;
HostRef with read-only access.
HostRef
pub struct RoHostRef<T> { /* private fields */ }