Function tbot::markup::inline_code
source · pub const fn inline_code<T>(code: T) -> InlineCode<T>where
T: Deref<Target = str>,
Expand description
Formats an inline piece of code.
pub const fn inline_code<T>(code: T) -> InlineCode<T>where
T: Deref<Target = str>,
Formats an inline piece of code.