Added documentation for trait

This commit is contained in:
François Autin 2023-04-05 16:17:35 +02:00
parent f79b63e930
commit df4fd53c96
No known key found for this signature in database
GPG Key ID: 343F5D382E1DD77C

View File

@ -4,6 +4,11 @@
use std::collections::HashMap; use std::collections::HashMap;
/// This trait allows ObjAddr to hold references to Multiple kinds of structs
///
/// - Lock
/// - Condition
/// - Sémaphore
pub trait SynchObj { } pub trait SynchObj { }
/// Brief Definition of object identifiers: /// Brief Definition of object identifiers: