warriors/trisha/.vendor/twenty-first/trybuild/incorrect_field_attribute.rs rust ฯ 0.0% 15 words ยท 1 min use twenty_first::math::bfield_codec::BFieldCodec; #[derive(BFieldCodec)] struct MyStruct { #[bfield_codec(skip)] a: u32, } fn main() {} Graph Graph