macro_rules! impl_from_identifier_for {
($subject:ident) => { ... };
}
Expand description
Macro to implement From<Identifier>
for a specific ById subjects.
This macro reduces boilerplate by automatically implementing the necessary conversions and payload builders based on the provided entity type and subject.