Skip to main content
Module context
tuwunel_
admin
1.8.0
Module context
Module Items
Macros
Structs
In crate tuwunel_
admin
tuwunel_admin
Module
context
Copy item path
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.