pub fn collect(environment: Box<dyn Environment>) -> VoidResult
Expand description
Applies a collect to a passed in environment. This takes both the default environment provided by this library and custom defined environments created by the user.
pub fn collect(environment: Box<dyn Environment>) -> VoidResult
Applies a collect to a passed in environment. This takes both the default environment provided by this library and custom defined environments created by the user.