1 2 3 4 5 6
pub trait ThisTrait { fn asdf(&self); /// let's link to [`asdf`](ThisTrait::asdf) fn qwop(&self); }