// Copyright 2019 Contributors to the Parsec project.
// SPDX-License-Identifier: Apache-2.0
//! # PsaImportKey operation
//!
//! Import a key in binary format.
use Attributes;
use Derivative;
/// Native object for cryptographic key importing operation.
/// Native object for the result of a cryptographic key import operation.
///
/// The true result is sent in the `status` field of the response header.
;