jackalchenxu
Results
1
comments of
jackalchenxu
please use special lifetime `'async_trait`, instead of `'r` in declaration your trait `FromText` to mark out the input text is always outlive in whole parse async blocks. here is the...