pub trait Environment: Default { }

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl Environment for Vec<f64>

Implementors§