Lines Matching defs:delimiter
664 /// An implicit delimiter, that may, for example, appear around tokens
683 /// Creates a new `Group` with the given delimiter and token stream.
688 pub fn new(delimiter: Delimiter, stream: TokenStream) -> Self {
690 inner: imp::Group::new(delimiter, stream.inner),
694 /// Returns the punctuation used as the delimiter for this group: a set of
696 pub fn delimiter(&self) -> Delimiter {
697 self.inner.delimiter()
702 /// Note that the returned token stream does not include the delimiter
719 /// Returns the span pointing to the opening delimiter of this group.
729 /// Returns the span pointing to the closing delimiter of this group.
750 /// by this group, but rather it will only set the span of the delimiter