Trait gotcha::GotchaAppWrapperExt
source · pub trait GotchaAppWrapperExt<T> {
type Wrapper;
// Required method
fn into_gotcha(self) -> Self::Wrapper;
}pub trait GotchaAppWrapperExt<T> {
type Wrapper;
// Required method
fn into_gotcha(self) -> Self::Wrapper;
}