pub struct FIGure<'a> {
pub characters: Vec<&'a FIGcharacter>,
pub height: u32,
}
Expand description
the matched ascii arts of string literal
Fields§
§characters: Vec<&'a FIGcharacter>
§height: u32
pub struct FIGure<'a> {
pub characters: Vec<&'a FIGcharacter>,
pub height: u32,
}
the matched ascii arts of string literal
characters: Vec<&'a FIGcharacter>
§height: u32