Trait v8::V8::IntoEntropySource

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

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<F> IntoEntropySource for F
where F: UnitType + Into<EntropySource> + FnOnce(&mut [u8]) -> bool,