pub fn write( fields: Vec<Field>, body: &mut Body, value: &Expression, ) -> Result<(), Box<dyn Error>>
given a vector of Fields, write value to replace the existing Expression that matches that filter
Field
value
Expression