Skip to main content

encode_rpc_response

Function encode_rpc_response 

Source
pub fn encode_rpc_response<R, E>(res: Result<R, ServerFnError<E>>) -> Response
where R: Encode, E: Encode,