pub fn erased_response<T: Serialize + 'static>(
resp: SchedulableResponse<T>,
) -> ScheduleResultExpand description
Erases the response type to a generic JsonValue.
pub fn erased_response<T: Serialize + 'static>(
resp: SchedulableResponse<T>,
) -> ScheduleResultErases the response type to a generic JsonValue.