☰
google_apis_common
6.0.1
GetTokenClone
Required Methods
clone_box
Implementors
In google_apis_common::auth
?
Trait
google_apis_common
::
auth
::
GetTokenClone
source
·
[
−
]
pub trait GetTokenClone { // Required method fn
clone_box
(&self) ->
Box
<dyn
GetToken
>; }
Required Methods
§
source
fn
clone_box
(&self) ->
Box
<dyn
GetToken
>
Implementors
§
source
§
impl<T>
GetTokenClone
for T
where T: 'static +
GetToken
+
Clone
,