index
:
rustc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
ui
/
traits
/
alias
/
auxiliary
/
send_sync.rs
blob: 9e56b87e088133d6e632ec47f25b066698297922 (
plain
)
1
2
3
#![feature(trait_alias)]
pub
trait
SendSync
=
Send
+
Sync
;