Struct std::kinds::marker::NoSyncExperimental
[-]
[+]
[src]
pub struct NoSync;
A type which is considered "not sync", meaning that its contents are not threadsafe, hence they cannot be shared between tasks.