VmObjectAllocFn

Type Alias VmObjectAllocFn 

Source
pub type VmObjectAllocFn = Option<fn(event: VmObjectAllocEvent<'_>)>;

Aliased Type§

pub enum VmObjectAllocFn {
    None,
    Some(fn(VmObjectAllocEvent<'_>)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(fn(VmObjectAllocEvent<'_>))

Some value of type T.