Function write

Source
pub fn write(
    fields: Vec<Field>,
    body: &mut Body,
    value: &Expression,
) -> Result<(), Box<WriteError>>
Expand description

given a vector of Fields, write value to replace the existing Expression that matches that filter