Struct wayland_client::StateToken
[−]
[src]
pub struct StateToken<V> { /* fields omitted */ }
A token for accessing the store contents
Methods
impl<V> Token<V>
[src]
fn valid(&self) -> bool
[src]
Check wether this token is still valid
If it is not, trying to use it to access contents will panic.