pub struct SourceId(/* private fields */);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(/* private fields */);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.