struct skeleton

This commit is contained in:
mario 2016-05-04 13:54:34 +02:00
parent 02c2613244
commit ff500d7d44
1 changed files with 4 additions and 3 deletions

View File

@ -1,7 +1,8 @@
extern crate task-hookrs
extern crate task_hookrs;
use task-hookrs::task::Task as TTask
use self::task_hookrs::task::Task as TTask;
pub struct Task {
uuid : str,
};
}