pub struct SourceId(_);
Expand description
The id of a source that is returned by idle_add
and timeout_add
.
This type does not implement Clone
to prevent calling SourceId::remove
multiple times on the same source.
pub struct SourceId(_);
The id of a source that is returned by idle_add
and timeout_add
.
This type does not implement Clone
to prevent calling SourceId::remove
multiple times on the same source.