Struct bigml::ProgressOptions[][src]

pub struct ProgressOptions<'a, T: 'static> { /* fields omitted */ }

Options specifying how to report progress.

Methods

impl<'a, T: 'static> ProgressOptions<'a, T>
[src]

Specify a callback to be called whenever we see a new T value.

Trait Implementations

impl<'a, T: 'static> Default for ProgressOptions<'a, T>
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl<'a, T> !Send for ProgressOptions<'a, T>

impl<'a, T> !Sync for ProgressOptions<'a, T>