2023-02-07 18:23:25 +00:00
|
|
|
<pre class="rust item-decl"><code>pub struct Struct<'a, B><span class="where fmt-newline">where
|
|
|
|
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>,
|
2023-01-30 18:05:12 +00:00
|
|
|
}</code></pre>
|