pub struct Progress {
pub iter_count: usize,
pub queue_len: usize,
pub avg_length: f32,
pub max_length: u32,
}Fields
iter_count: usizeHow many chunks have been expanded so far
queue_len: usizeThe current length of the A* queue
avg_length: f32The average length of a composition in the queue
max_length: u32The length of the longest composition in the queue
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Progress
impl UnwindSafe for Progress
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more