Skip to main content

YamlTagDirectiveT

Type Alias YamlTagDirectiveT 

Source
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

Aliased Type§

#[repr(C)]
pub struct YamlTagDirectiveT { pub handle: *mut u8, pub prefix: *mut u8, }

Fields§

§handle: *mut u8

The tag handle.

§prefix: *mut u8

The tag prefix.