Trait thruster::parser::middleware_traits::ToTuple[][src]

pub trait ToTuple<T> {
    fn to_tuple(self) -> MiddlewareTuple<T>;
}

Required methods

Implementations on Foreign Types

Implementors