mirror of
https://gitlab.com/fabinfra/fabaccess/bffh.git
synced 2024-11-23 23:27:57 +01:00
4 lines
139 B
Rust
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);
|