pub trait IntoEntropySource: UnitType + Into<EntropySource> + FnOnce(&mut [u8]) -> bool { }

Implementors