This lets us use a SystemProvider without wrapping it in an Arc to satisfy a Clone bound. There's no reason to be wrapping this in an Arc and maintaining refcounts for a stateless trait impl struct that doesn't have any data to reference count or drop. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |