2023-01-14 17:58:55 +00:00
|
|
|
<div class="item-decl"><pre class="rust"><code>pub struct Struct<'a, B><span class="where fmt-newline">where<br />    B: <a class="trait" href="trait.ToOwned.html" title="trait foo::ToOwned">ToOwned</a><dyn <a class="trait" href="{{channel}}/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a>> + ?<a class="trait" href="{{channel}}/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a> + 'a,</span>{
|
2023-01-24 00:10:54 +00:00
|
|
|
pub a: <a class="primitive" href="{{channel}}/std/primitive.reference.html">&'a B</a>,
|
2022-06-19 14:38:10 +00:00
|
|
|
pub b: <a class="primitive" href="{{channel}}/std/primitive.u32.html">u32</a>,
|
2022-09-19 19:17:05 +00:00
|
|
|
}</code></pre></div>
|