This website requires JavaScript.
Explore
Help
Sign In
berkus
/
bincode
mirror of
https://git.sr.ht/~stygianentity/bincode
Watch
1
Star
0
Fork
You've already forked bincode
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
404946f12b
bincode
/
src
/
utils.rs
4 lines
73 B
Rust
Raw
Blame
History
pub
trait
Sealed
{
}
impl
<
'
a
,
T
>
Sealed
for
&
'
a
mut
T
where
T
:
Sealed
{
}
Reference in New Issue
View Git Blame
Copy Permalink