Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
pub fn a() -> bool {

    true
}

pub fn b() -> bool {

    true
}

pub fn c() -> bool {

    true
}

pub mod basic_sub;