moved field types into separate module.

This commit is contained in:
2022-08-03 08:23:00 -04:00
parent fc91e2cd8b
commit dd1aa38c0e
3 changed files with 45 additions and 40 deletions

View File

@ -102,7 +102,7 @@ pub mod error;
mod fieldtype;
use error::MTTError;
use fieldtype::{FieldType, StaticString};
use fieldtype::FieldType;
#[derive(Clone)]
pub struct MoreThanText;