Fix no method named `extract` found for type `&&pyo3::PyInstance` in the (#44)

current scope
This commit is contained in:
messense 2017-06-24 16:19:14 +08:00 committed by GitHub
parent d80eee6fba
commit 33ab9829f4
1 changed files with 1 additions and 0 deletions

View File

@ -266,6 +266,7 @@ fn wrap_fn(item: &mut syn::Item) -> Option<Box<syn::Block>> {
{
use std;
use pyo3 as _pyo3;
use pyo3::ObjectProtocol;
#wrapper