2023-01-14 11:58:55 -06:00
< div class = "item-decl" > < pre class = "rust" > < code > pub trait TraitWhere {
2022-09-21 12:01:49 -05:00
type < a href = "#associatedtype.Item" class = "associatedtype" > Item< / a > < 'a> < br / >         < span class = "where" > where< br / >                 Self: 'a< / span > ;
2022-11-28 11:21:19 -06:00
fn < a href = "#method.func" class = "fn" > func< / a > (self)< br / >         < span class = "where" > where< br / >                 Self: < a class = "trait" href = "{{channel}}/core/marker/trait.Sized.html" title = "trait core::marker::Sized" > Sized< / a > < / span > ,
2022-09-21 12:01:49 -05:00
{ ... }
2022-11-28 11:21:19 -06:00
< span class = "item-spacer" / > fn < a href = "#method.lines" class = "fn" > lines< / a > (self) -> < a class = "struct" href = "{{channel}}/std/io/struct.Lines.html" title = "struct std::io::Lines" > Lines< / a > < Self> < br / >         < span class = "where" > where< br / >                 Self: < a class = "trait" href = "{{channel}}/core/marker/trait.Sized.html" title = "trait core::marker::Sized" > Sized< / a > < / span > ,
2022-09-21 12:01:49 -05:00
{ ... }
2022-04-08 10:33:40 -05:00
}< / code > < / pre > < / div >