pub type SyncOpConfirm = Option<Receiver<Result<(), Error>>>;
pub enum SyncOpConfirm { None, Some(Receiver<Result<(), Error>>), }
No value.
Some value of type T.
T