feat(deprecated) Mimics units and values module.

This commit is contained in:
Ivan Enderlin
2020-05-25 10:36:03 +02:00
parent 30d20d40f2
commit 448b07ef35
3 changed files with 15 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
use crate::{new, types::Value};
use crate::{new, values::Value};
use std::{convert::Infallible, error::Error};
pub struct Instance {