pub struct Wrapper {
    //
}

impl Wrapper {
    fn new() {}
    fn before() {}
    fn after() {}
}