Expand description
Proc macros used by LDK
Macros§
- drop_
legacy_ field_ definition - Scans an enum definition for fields initialized with
legacytypes and drops them. - maybe_
await - Awaits, if the
async-interfacefeature is enabled. - skip_
legacy_ fields - Scans a match statement for legacy fields which should be skipped.
- xtest_
inventory - Collects all externalized tests marked with
#[xtest]into a vector ofXTestItems. This vector can be retrieved by callingget_xtests().
Attribute Macros§
- maybe_
async - Makes a method
async, if theasync-interfacefeature is enabled. - xtest
- An exposed test. This is a test that will run locally and also be made available to other crates that want to run it in their own context.