Trait win_crypto_ng::property::Property
source · pub trait Property {
type Value: FromBytes + ?Sized;
const IDENTIFIER: &'static str;
}
pub trait Property {
type Value: FromBytes + ?Sized;
const IDENTIFIER: &'static str;
}