Type Definition ic_kit::CallResponse[][src]

pub type CallResponse<T> = Pin<Box<dyn Future<Output = CallResult<T>>>>;