pub fn append_vec_field<T: SwiftField>(
result: &mut String,
fields: &Option<Vec<T>>,
)
Expand description
Append a vector of fields to the result string, each with CRLF.
pub fn append_vec_field<T: SwiftField>(
result: &mut String,
fields: &Option<Vec<T>>,
)
Append a vector of fields to the result string, each with CRLF.