pub struct Call;
Call Wrapper around ic_cdk::api::call::Call that records metrics.
ic_cdk::api::call::Call
Create a call builder that will be awaited without cycle limits.
TypeId
self
Returns the argument unchanged.
Calls U::from(self).
U::from(self)
That is, this conversion is whatever the implementation of From<T> for U chooses to do.
From<T> for U
Self