Document DirectSessionNotifier Id type

This commit is contained in:
Drakulix 2017-12-02 17:09:34 +01:00
parent bd83bc5b2d
commit c5e66176c6

View file

@ -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);