mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-01-07 12:05:48 +01:00
regen everything with fixed Send for Delegate
This commit is contained in:
@@ -105,7 +105,7 @@ pub struct ServerMessage {
|
||||
///
|
||||
/// It contains methods to deal with all common issues, as well with the ones related to
|
||||
/// uploading media
|
||||
pub trait Delegate {
|
||||
pub trait Delegate: Send {
|
||||
/// Called at the beginning of any API request. The delegate should store the method
|
||||
/// information if he is interesting in knowing more context when further calls to it
|
||||
/// are made.
|
||||
|
||||
Reference in New Issue
Block a user