Searched refs:print_to_string_with_options (Results 1 – 4 of 4) sorted by relevance
36 use protobuf_json_mapping::{print_to_string_with_options, PrintOptions};163 let json_response = print_to_string_with_options(&response, &JSON_PRINT_OPTION) in handle_capture_list()206 print_to_string_with_options(&capture.get_capture_proto(), &JSON_PRINT_OPTION) in handle_capture_patch()
20 pub use self::print::print_to_string_with_options;
571 pub fn print_to_string_with_options( in print_to_string_with_options() function585 print_to_string_with_options(message, &PrintOptions::default()) in print_to_string()
62 use protobuf_json_mapping::print_to_string_with_options;830 if let Ok(json_response) = print_to_string_with_options(&response, &JSON_PRINT_OPTION) { in handle_device_list()