acir::serialization

Function serialize_with_format_from_env

Source
pub(crate) fn serialize_with_format_from_env<F, T, R>(
    value: &T,
) -> Result<Vec<u8>>
where F: AcirField, T: Serialize, R: Message, ProtoSchema<F>: ProtoCodec<T, R>,