[][src]Function tbot::markup::inline_code

pub fn inline_code<I, T>(code: I) -> InlineCode<I> where
    &'a I: IntoIterator<Item = &'a T>,
    T: Deref<Target = str>, 

Formats an inline piece of code.