pub type TaskPersistentInfo = Arc<TaskPersistentInfoState>;Aliased Type§
pub struct TaskPersistentInfo { /* private fields */ }Trait Implementations§
Source§impl From<TaskContainer> for TaskPersistentInfo
impl From<TaskContainer> for TaskPersistentInfo
Source§fn from(container: TaskContainer) -> TaskPersistentInfo
fn from(container: TaskContainer) -> TaskPersistentInfo
Converts to this type from the input type.