Document DirectSessionNotifier Id type
This commit is contained in:
parent
bd83bc5b2d
commit
c5e66176c6
|
@ -322,6 +322,7 @@ impl Drop for DirectSession {
|
|||
}
|
||||
}
|
||||
|
||||
/// Ids of registered `SessionObserver`s of the `DirectSessionNotifier`
|
||||
#[derive(Debug, PartialEq, Eq, Clone, Copy)]
|
||||
pub struct Id(usize);
|
||||
|
||||
|
|
Loading…
Reference in New Issue