pub fn fake_queue<O0: Into<Output>>( resource: O0, scope: &mut Scope, ) -> Result<Operation>
Shorthand for FakeQueue::new().build(resource, scope).
FakeQueue::new().build(resource, scope)