Trait KernelApi

Source
pub trait KernelApi:
    KernelNodeApi
    + KernelSubstateApi<<Self::CallbackObject as KernelCallbackObject>::LockData>
    + KernelInvokeApi<<Self::CallbackObject as KernelCallbackObject>::CallFrameData>
    + KernelStackApi<CallFrameData = <Self::CallbackObject as KernelCallbackObject>::CallFrameData>
    + KernelInternalApi<System = Self::CallbackObject> {
    type CallbackObject: KernelCallbackObject;
}

Required Associated Types§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§