Function string_result_with_log_to_vec

Source
pub fn string_result_with_log_to_vec(
    result: Result<(String, FormatLog)>,
) -> Result<(Vec<u8>, FormatLog)>