secador 0.1.3

Stop repeating code
Documentation
1
2
3
4
5
6
7
8
#[derive(Debug)]
pub struct Glad;

impl Glad {
    pub fn init(g: Glad) -> Glad {
        g
    }
}