1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
//! Stands for a project, Set up initial condition and necessary component to start the workflow
//!
use crateTask;
use crateApp;
use crateAffixor;
use async_trait;
use Error;
/// Although it starts a project, the work to do here is not very complicated
/// it is as simple as setting up initial condition and other basic things.
///
/// Right here, if entry_affix returns None, then [Affix] is disabled
///
/// [Affix]: crate::component::affix::Affix