TaskPersistentInfo

Type Alias TaskPersistentInfo 

Source
pub type TaskPersistentInfo = Arc<TaskPersistentInfoState>;

Aliased Type§

pub struct TaskPersistentInfo { /* private fields */ }

Trait Implementations§

Source§

impl From<TaskContainer> for TaskPersistentInfo

Source§

fn from(container: TaskContainer) -> TaskPersistentInfo

Converts to this type from the input type.