Lines
0 %
Functions
Branches
100 %
// ! development file for text2
use crate::element::ElementTrait;
#[allow(dead_code)]
#[derive(Default)]
pub struct Text2;
impl ElementTrait for Text2 {}