AttestationClient

Trait AttestationClient 

Source
pub trait AttestationClient: PollClient {
    // Provided method
    fn attest(
        &mut self,
        signing_mechanism: Mechanism,
        private_key: KeyId,
    ) -> ClientResult<'_, Attest, Self> { ... }
}
Available on crate feature attestation-client only.

Provided Methods§

Source

fn attest( &mut self, signing_mechanism: Mechanism, private_key: KeyId, ) -> ClientResult<'_, Attest, Self>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§