pub trait GotchaAppWrapperExt<T> {
    type Wrapper;

    // Required method
    fn into_gotcha(self) -> Self::Wrapper;
}

Required Associated Types§

Required Methods§

source

fn into_gotcha(self) -> Self::Wrapper

Implementors§