Function pgp::util::rest_len[][src]

pub fn rest_len<T>(input: T) -> IResult<T, usize> where
    T: Slice<Range<usize>> + Slice<RangeFrom<usize>> + Slice<RangeTo<usize>>,
    T: InputLength
Expand description

Return the length of the remaining input.