pub fn queue_notify_and( call: impl Display, map: impl FnOnce(Result<Option<Text>, Text>) + Send + 'static, )
Like queue_and, but also notifies the Result
queue_and
Result