1pub static PHLOW_SPEC: &str = annotate_build::custom! {
2 fn pragma "view",
3 mod pragma "extensions" {
4 derive {
5 mod __utilities {
6 fn phlow_to_string,
7 fn phlow_type_name,
8 fn phlow_create_view,
9 fn phlow_defining_methods,
10 }
11 }
12 }
13};