tytanic-utils 0.3.0-rc.2

Helper functions, types and traits for the tytanic test runner.
Documentation
1
2
3
4
5
/// Statically assert that `T` is [`Send`].
pub fn send<T: Send>() {}

/// Statically assert that `T` is [`Sync`].
pub fn sync<T: Sync>() {}