pub trait DekiExtVecRng<T> {
// Required method
fn random(&self) -> &T;
}Expand description
This is an extension trait for the following impl:
ⓘ
#[extension(pub trait DekiExtVecRng)]
impl< T > for Vec < T >