Crate architect_derive

Source

Attribute Macros§

enum_factory
grpc

Derive Macros§

FromInner
Given an enum whose variants are all singular tuples, derive From<InnerType> for each variant’s inner type.
FromStrJson
FromValue
Derives Into<Value> and From<Value> from netidx for the given type.
Newtype
TryIntoAnyInner
Given an enum whose variants are all singular tuples, derive Enum: TryInto<MaybeSplit<Enum, Inner>> for each variant’s inner type.