Trait With
Required Methods
with
Trait
redstone
::
utils
::
test_helpers
::
With
pub trait With<T> { fn with(self, value: T) -> Self; }
Required Methods
fn
with
(self, value: T) -> Self