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>>>>