This website requires JavaScript.
Explore
Help
Sign In
berkus
/
bincode-orig
Watch
1
Star
0
Fork
You've already forked bincode-orig
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
ff24b8a315
bincode-orig
/
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