Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add new method as_any() to GuestAddressSpace
Add new method as_any() to GuestAddressSpace, which returns reference to a std::any::Any trait object. Then downcast_ref() could be used to get the concrete type of GuestAddressSpace trait object. Signed-off-by: Liu Jiang <[email protected]>
- Loading branch information