[][src]Function cron_clock::rest_len

pub fn rest_len<T>(input: T) -> Result<(T, usize), Err<T, u32>> where
    T: Slice<Range<usize>> + Slice<RangeFrom<usize>> + Slice<RangeTo<usize>> + InputLength

Return the length of the remaining input.