Function tbot::markup::link

source ·
pub const fn link<T, L>(text: T, link: L) -> Link<T, L>where
    T: Formattable,
    L: Deref<Target = str>,
Expand description

Creates a link.