Trait Speed

Source
pub trait Speed: Sealed { }
Expand description

Trait for indicating the overhead and/or time complexity of a cloning operation.

Implementors§