blob: 9e56b87e088133d6e632ec47f25b066698297922 [file] [log] [blame]
#![feature(trait_alias)]
pub trait SendSync = Send + Sync;