Struct yubihsm::responses::EchoResponse [] [src]

pub struct EchoResponse {
    pub message: Vec<u8>,
}

Fields

Echo response

Trait Implementations

impl Debug for EchoResponse
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for EchoResponse

impl Sync for EchoResponse