Skip to main content
ClaimTokenSource
wowlab_
sentinel
0.1.35
Claim
Token
Source
Required Methods
next
Implementations on Foreign Types
&T
Implementors
In wowlab_
sentinel::
scheduler::
dispatch
wowlab_sentinel
::
scheduler
::
dispatch
Trait
Claim
Token
Source
Copy item path
Source
pub(super) trait ClaimTokenSource:
Send
+
Sync
{ // Required method fn
next
(&self) ->
ClaimToken
; }
Required Methods
§
Source
fn
next
(&self) ->
ClaimToken
Implementations on Foreign Types
§
Source
§
impl<T>
ClaimTokenSource
for
&T
where T:
ClaimTokenSource
+ ?
Sized
,
Source
§
fn
next
(&self) ->
ClaimToken
Implementors
§
Source
§
impl
ClaimTokenSource
for
UuidClaimTokenSource