structural_derive 0.4.3

Implementation detail of the structural crate.
Documentation
1
2
3
4
5
6
7
8
use super::derive_from_str;

use as_derive_utils::test_framework::Tests;

#[test]
fn test_cases() {
    Tests::load("structural_alias").run_test(derive_from_str);
}