Searched refs:to_vec_pretty (Results 1 – 2 of 2) sorted by relevance
428 pub use crate::ser::{to_string, to_string_pretty, to_vec, to_vec_pretty};
2203 pub fn to_vec_pretty<T>(value: &T) -> Result<Vec<u8>> in to_vec_pretty() function2242 let vec = tri!(to_vec_pretty(value)); in to_string_pretty()