Skip to content

Commit

Permalink
test: add failing test for encode/decode derive macro
Browse files Browse the repository at this point in the history
  • Loading branch information
morenol committed Jul 12, 2023
1 parent 3aba4f3 commit a411806
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
use fluvio_protocol::{Encoder, Decoder};

pub type Result = std::result::Result<(), ()>;

fn main() {}

#[derive(Default, Decoder, Encoder)]
struct PassTupleStruct(String);

0 comments on commit a411806

Please sign in to comment.