[][src]Function comments::all

pub fn all() -> i32

Returns the meaning of life, universe and everything!

Examples

let resp = comments::all();
assert_eq!(42, resp);