Documentation
1
2
3
4
/// # Who is Joe?
pub const fn who_is_joe() -> &'static str {
    "joe mama"
}