flams_
utils
0.0.1
Sealed
Implementations on Foreign Types
Arc<A>
Rc<A>
Weak<A>
Weak<A>
Implementors
In flams_
utils::
gc::
private
flams_utils
::
gc
::
private
Trait
Sealed
Copy item path
Source
pub trait Sealed { }
Implementations on Foreign Types
§
Source
§
impl<A: ?
Sized
>
Sealed
for
Rc
<A>
Source
§
impl<A: ?
Sized
>
Sealed
for
Weak
<A>
Source
§
impl<A: ?
Sized
>
Sealed
for
Arc
<A>
Source
§
impl<A: ?
Sized
>
Sealed
for
Weak
<A>
Implementors
§