Skip to main content

AttestationClient

Trait AttestationClient 

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

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".

Implementors§