Function get_instance
Source pub fn get_instance() -> &'static Manager
Expand description
Get a reference to the initialized Virtual Machine Manager instance.
§Panics
Panics if called before Initialize()
has been called.
§Returns
A static reference to the Manager instance