Skip to main content

print_proto_response

Function print_proto_response 

Source
pub(super) fn print_proto_response<T>(
    format: OutputFormat,
    response: &T,
) -> Result<()>
where T: Serialize,