Added an Error create.
This commit is contained in:
@ -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)]
|
||||
|
Reference in New Issue
Block a user