pub trait ParamSig {
    fn pat(&self) -> &ParamPattern;
    fn t_spec(&self) -> Option<&TypeSpec>;
}

Required Methods

Implementors