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