Skip to main content

Module context

Module context 

Source

Macrosยง

core_write ๐Ÿ”’
Writes formatted data into a buffer.
core_writeln ๐Ÿ”’
Writes formatted data into a buffer, with a newline appended.
write ๐Ÿ”’
Drop-in replacement for core::write! that block-wraps the call so the format_args! temporary is dropped before any .await, keeping the resulting future Send. Sync callers see no behavior difference.
writeln ๐Ÿ”’
Drop-in replacement for core::writeln!; see write! for rationale.

Structsยง

Context ๐Ÿ”’
Orphan-rule wrapper: #[implement(crate::Context)] on each handler emits an inherent impl, illegal on a foreign type.