Skip to main content

IdentityReceiver

Trait IdentityReceiver 

Source
pub trait IdentityReceiver:
    IdentityReceiverClone
    + Send
    + Sync {
    // Required method
    fn receive(&mut self) -> IdentityReceiverResult;
}
Expand description

Used to receive an IdentityToken from the Client Socket

Required Methods§

Source

fn receive(&mut self) -> IdentityReceiverResult

Receives an IdentityToken from the Client Socket

Trait Implementations§

Source§

impl Clone for Box<dyn IdentityReceiver>

Source§

fn clone(&self) -> Box<dyn IdentityReceiver>

Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more

Implementors§