dynify-macros 0.1.2

Helpful procedural macros for dynify
Documentation
1
2
3
4
5
6
7
/* This file is @generated for testing purpose */
fn test<'this, 'arg, 'dynify>(this: &'this Self, arg: &'arg str)
where
    'this: 'dynify,
    'arg: 'dynify,
    Arg: 'dynify,
{}