Trait warp::test::inner::OneOrTuple
source · pub trait OneOrTuple {
type Output;
// Required method
fn one_or_tuple(self) -> Self::Output;
}
pub trait OneOrTuple {
type Output;
// Required method
fn one_or_tuple(self) -> Self::Output;
}