MCPcopy Create free account
hub / github.com/cloud-hypervisor/cloud-hypervisor / as_any

Method as_any

hypervisor/src/kvm/mod.rs:1405–1407  ·  view source on GitHub ↗

Downcast to the underlying KvmVm type

(&self)

Source from the content-addressed store, hash-verified

1403
1404 /// Downcast to the underlying KvmVm type
1405 fn as_any(&self) -> &dyn Any {
1406 self
1407 }
1408}
1409
1410#[cfg(feature = "tdx")]

Callers 4

newMethod · 0.45
newMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected