Module wood::wooder[][src]

Structs

CompositeBiwooder
FieldScanning

Used by woods_derive, but you can use it too if you want. It’s for scanning over structs with named pairs where the order is usually the same. Guesses that each queried field will be after the last, and only does a full scanaround when it finds that’s not the case.

HashMapBi
Iden

A Biwooder that just uses the type’s Woodable and Dewoodable impls

LambdaDewooder
LambdaWooder
OptionalBoxBiwooder

you might want this for initializing biwooders that can’t be constexprs

PairBi
SequenceBi
TaggedHashMapBi
TaggedSequenceBi

Traits

Biwooder

Specifies a bijection between T and Wood

Functions

biwooder_from_fns