pub struct Foo(Box); pub struct Bar; #[dizpacho::dizpacho] impl Foo { #[dizpacho(From::from for Bar)] fn make_one(_other: Self) -> Bar { Bar } }