Skip to main content

ClaimTokenSource

Trait ClaimTokenSource 

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,

Implementors§