Added an Error create.

This commit is contained in:
2022-07-22 20:34:50 -04:00
parent a6e0868890
commit ec95a0bbf2
3 changed files with 58 additions and 0 deletions

View File

@ -98,8 +98,10 @@ impl Table {
use async_std::sync::{Arc, RwLock};
use std::collections::HashMap;
pub mod error;
mod fieldtype;
use error::MTTError;
use fieldtype::{FieldType, StaticString};
#[derive(Clone)]