Expand description
Traits§
- Read
Volatile - A version of the standard library’s
Readtrait that operates on volatile memory instead of slices - Write
Volatile - A version of the standard library’s
Writetrait that operates on volatile memory instead of slices.