Added documentation for trait
This commit is contained in:
parent
f79b63e930
commit
df4fd53c96
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user