dynify-macros 0.1.2

Helpful procedural macros for dynify
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
/* This file is @generated for testing purpose */
fn test<'this, 'arg1, 'arg2, 'dynify>(
    &'this self,
    arg1: &'arg1 str,
    arg2: Context<'arg2>,
)
where
    'this: 'dynify,
    'arg1: 'dynify,
    'arg2: 'dynify,
    Self: 'dynify,
{}