pub type PbSecretMetaBackend = SecretMetaBackend;
pub struct PbSecretMetaBackend { pub value: Vec<u8>, }
value: Vec<u8>