mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
Now we use the DefaultDelegate as standin in case there is user-delgate. That way, we save plenty of complexity as no additional `if let Some(ref mut dlg) = delegate` is necesary. Fixes #30