Crate telety_impl

source ·
Expand description

Contains code common to telety and telety-macro. Only items re-exported through telety should be considered public.

Re-exports§

Modules§

Macros§

  • Call a macro with the given arguments. If the first path does not contain a macro, use the macro at the second path instead.
  • Unconditional compile error. For use with macro_fallback to generate a clearer error message.
  • Accept any arguments and output nothing.

Structs§

  • Used to invoke the telety-generated macro in a manageable way.
  • Wraps an Item which has the #[telety] attribute to provide additional information allowing it to be reflected outside its original context.