Document DirectSessionNotifier Id type

This commit is contained in:
Drakulix 2017-12-02 17:09:34 +01:00
parent bd83bc5b2d
commit c5e66176c6
1 changed files with 1 additions and 0 deletions

View File

@ -322,6 +322,7 @@ impl Drop for DirectSession {
} }
} }
/// Ids of registered `SessionObserver`s of the `DirectSessionNotifier`
#[derive(Debug, PartialEq, Eq, Clone, Copy)] #[derive(Debug, PartialEq, Eq, Clone, Copy)]
pub struct Id(usize); pub struct Id(usize);