Home
last modified time | relevance | path

Searched defs:SegmentParam (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/src/tools/rustfmt/src/
Dtypes.rs140 pub(crate) enum SegmentParam<'a> { enum
147 impl<'a> SegmentParam<'a> { impl
157 impl<'a> Spanned for SegmentParam<'a> { implementation
168 impl<'a> Rewrite for SegmentParam<'a> { implementation
Doverflow.rs74 SegmentParam(&'a SegmentParam<'a>), enumerator