ctap2-proto: Add &self param to get_info

dev
Nick Zana 1 year ago
parent ea1fc7b64d
commit 85a3260c4a
No known key found for this signature in database
GPG Key ID: 936524EE913D6538

@ -34,7 +34,7 @@ pub trait Ctap2_2Authenticator {
/// > a list of its supported protocol versions and extensions, its AAGUID,
/// > and other aspects of its overall capabilities. Platforms should use
/// > this information to tailor their command parameters choices.
fn get_info() -> authenticator::device::Info;
fn get_info(&self) -> device::Info;
#[allow(clippy::missing_errors_doc)]
/// > This command exists so that plaintext PINs are not sent to the

Loading…
Cancel
Save