[][src]Function tbot::markup::code_block

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

Formats a block of code.