Lines Matching full:trailing
169 /// sequence must already have a trailing punctuation, or be empty.
172 /// have trailing punctuation.
178 /// Panics if the sequence is nonempty and does not already have a trailing
183 … "Punctuated::push_value: cannot push value if Punctuated is missing trailing punctuation", in push_value()
189 /// Appends a trailing punctuation onto the end of this punctuated sequence.
190 /// The sequence must be non-empty and must not already have trailing
195 /// Panics if the sequence is empty or already has a trailing punctuation.
199 …d::push_punct: cannot push punctuation if Punctuated is empty or already has trailing punctuation", in push_punct()
216 /// Removes the trailing punctuation from this punctuated sequence, or
228 /// Determines whether this punctuated sequence ends with a trailing
234 /// Returns true if either this `Punctuated` is empty, or it has a trailing
244 /// If there is not a trailing punctuation in this sequence when this method
286 /// `P`, with optional trailing punctuation.
301 /// separated by punctuation of type `P`, with optional trailing
336 /// `P`, not accepting trailing punctuation.
353 /// separated by punctuation of type `P`, not accepting trailing
947 /// A single syntax tree node of type `T` followed by its trailing punctuation
982 /// the final one and there is no trailing punctuation.
991 /// pair is the final one and there is no trailing punctuation.