pub type YamlTagDirectiveT = yaml_tag_directive_t;👎Deprecated since 0.0.6:
libyml is unmaintained. Migrate to a maintained alternative (unsafe-libyaml, yaml-rust2, or noyalib). See MIGRATION.md.
Expand description
Alias for unsafe_libyaml::yaml_tag_directive_t.
Aliased Type§
#[repr(C)]pub struct YamlTagDirectiveT {
pub handle: *mut u8,
pub prefix: *mut u8,
}Fields§
§handle: *mut u8The tag handle.
prefix: *mut u8The tag prefix.