Struct test_to_vec::Test
[−]
[src]
pub struct Test<'a, 'b> {
pub name: &'a str,
pub status: &'b str,
}Fields
name: &'a str
status: &'b str