[][src]Trait bigml::resource::evaluation::Result

pub trait Result: Debug + DeserializeOwned + Send + Serialize + Sized + Sync + 'static { }

The result of an evaluation.

TODO: I'm not sure we want to shadow Result. But this name will basically always be qualified, so maybe it's OK.

Implementors

Loading content...