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<'this0, 'this1, 'arg0, 'arg1, 'dynify>(
    self: MySelf<'this0, 'this1>,
    arg: (&'arg0 str, &'arg1 str),
)
where
    'this0: 'dynify,
    'this1: 'dynify,
    'arg0: 'dynify,
    'arg1: 'dynify,
    Self: 'dynify,
{}