tryx-derive 0.1.0

Derive macro for tryx outcome types
Documentation
1
2
3
4
5
6
use tryx_derive::Outcome;

#[derive(Outcome)]
struct NotEnum;

fn main() {}