pub trait UnlockSendProcessing {
    // Required method
    unsafe fn unlock_send_processing(&self);
}

Required Methods§

Implementors§