parsec-interface 0.29.1

Parsec interface library to communicate using the wire protocol
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct KeyInfo {
    #[prost(uint32, tag="1")]
    pub provider_id: u32,
    #[prost(string, tag="2")]
    pub name: ::prost::alloc::string::String,
    #[prost(message, optional, tag="3")]
    pub attributes: ::core::option::Option<super::psa_key_attributes::KeyAttributes>,
}
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct Operation {
}
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct Result {
    #[prost(message, repeated, tag="1")]
    pub keys: ::prost::alloc::vec::Vec<KeyInfo>,
}