Support references (#70)

This commit is contained in:
vms
2021-04-12 00:21:47 +03:00
committed by GitHub
parent 2aa3caee83
commit 1dcc9968bb
59 changed files with 401 additions and 459 deletions

View File

@ -18,7 +18,6 @@ use crate::IType;
use super::WType;
use super::WValue;
// use safe_transmute::Error as TransmuteError;
use thiserror::Error as ThisError;
#[derive(Debug, ThisError)]