Skip to main content

Module macro_internal

Module macro_internal 

Source
Expand description

Components of this module are not be used by end user directly. This module contains certain reexports used by public facing macros like cast_spell and generate_widgets internally.

Macros§

info
Constructs an event at the info level.
paste
warn
Constructs an event at the warn level.

Structs§

Generic
A generic event source wrapping a FD-backed type
Interest
Interest to register regarding the file descriptor
Span
A handle representing a span, with the capability to enter the span if it exists.

Enums§

Mode
Possible modes for registering a file descriptor
PostAction
Possible actions that can be requested to the event loop by an event source once its events have been processed.