yaml_mark_t

Type Alias yaml_mark_t 

Source
pub type yaml_mark_t = yaml_mark_s;

Aliased Type§

#[repr(C)]
pub struct yaml_mark_t { pub index: usize, pub line: usize, pub column: usize, }

Fields§

§index: usize§line: usize§column: usize