Added documentation for trait

This commit is contained in:
François Autin
2023-04-05 16:17:35 +02:00
parent f79b63e930
commit df4fd53c96

View File

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