mirror of
https://github.com/OMGeeky/gdriver2.git
synced 2025-12-30 16:33:26 +01:00
prelude
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
use std::collections::HashMap;
|
||||
|
||||
use chrono::{DateTime, Utc};
|
||||
use gdriver_common::{drive_structure::drive_id::DriveId, prelude::CONFIGURATION};
|
||||
|
||||
use crate::prelude::*;
|
||||
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
pub(crate) type Result<T> = StdResult<T, Box<dyn Error>>;
|
||||
pub(crate) use gdriver_common::drive_structure::drive_id::{DriveId, ROOT_ID};
|
||||
pub(crate) use std::{error::Error, result::Result as StdResult};
|
||||
|
||||
Reference in New Issue
Block a user