moved field types into separate module.
This commit is contained in:
@ -102,7 +102,7 @@ pub mod error;
|
||||
mod fieldtype;
|
||||
|
||||
use error::MTTError;
|
||||
use fieldtype::{FieldType, StaticString};
|
||||
use fieldtype::FieldType;
|
||||
|
||||
#[derive(Clone)]
|
||||
pub struct MoreThanText;
|
||||
|
Reference in New Issue
Block a user