Skip to main content

OkResponse

pub fn OkResponse(
    RequestId: u64,
    Value: &impl Serialize,
) -> Response<GenericResponse>
Expand description

Build a successful GenericResponse with JSON-serialised value.