Type Alias hyperion::global::StartEffectResponseCallback
source · pub type StartEffectResponseCallback = Mutex<Option<Sender<Result<(), StartEffectError>>>>;
Aliased Type§
struct StartEffectResponseCallback {
s: Semaphore,
c: UnsafeCell<Option<Sender<Result<(), StartEffectError>>>>,
}
Fields§
§s: Semaphore
§c: UnsafeCell<Option<Sender<Result<(), StartEffectError>>>>