Move random utils to another trait.
This commit is contained in:
@ -126,7 +126,9 @@ impl<T: Instance> traits::rng::Rng for Random<T> {
|
||||
Ok(())
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
impl<T: Instance> traits::rng::Random for Random<T> {
|
||||
#[rustfmt::skip]
|
||||
type NextFuture<'a> where Self: 'a = impl Future<Output=Result<u32, Self::Error>> + 'a;
|
||||
|
||||
|
Reference in New Issue
Block a user