Function libsecret::schema

source ·
pub fn schema(type_: SchemaType) -> Schema
Expand description

Get a secret storage schema of the given @type_.

C code may access the schemas (such as SECRET_SCHEMA_NOTE) directly, but language bindings cannot, and must use this accessor.

§type_

type of schema to get

§Returns

schema type