Struct mcaptcha::api::v1::pow::verify_pow::verify_pow [−][src]
pub struct verify_pow;
Expand description
route handler that verifies PoW and issues a solution token if verification is successful
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for verify_pow
impl Send for verify_pow
impl Sync for verify_pow
impl Unpin for verify_pow
impl UnwindSafe for verify_pow
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more