Skip to main content

toml_field_row

Function toml_field_row 

Source
fn toml_field_row<T: PartialEq + Display>(
    name: &str,
    decoded: T,
    recorded: T,
) -> CheckRow
Expand description

Row asserting a decoded field equals the proposal.toml value.