fabaccess-bffh/bffhd/capnp/traits/powerable.rs
Nadja von Reitzenstein Čerpnjak 2acf35d54d Implement new traits structure
2024-05-24 12:48:58 +02:00

4 lines
139 B
Rust

use crate::oid;
use crate::utils::oid::ObjectIdentifier;
pub const TRAIT_ID_POWERABLE: ObjectIdentifier = oid!(1.3.6.1.4.1.61783.612.1.1);