Struct libyubihsm::Connector [] [src]

pub struct Connector { /* fields omitted */ }

Methods

impl Connector
[src]

[src]

Create a new session with the specified AuthKey and password, and authenticate it.

[src]

Trait Implementations

impl Clone for Connector
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Connector
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Connector

impl Sync for Connector