pub async fn run_oneshot<T>(
config: &CommitConfig,
spec: &OneShotSpec<'_>,
) -> Result<OneShotResponse<T>>where
T: DeserializeOwned + Serialize,pub async fn run_oneshot<T>(
config: &CommitConfig,
spec: &OneShotSpec<'_>,
) -> Result<OneShotResponse<T>>where
T: DeserializeOwned + Serialize,