Type Alias BeaverSource

Source
pub type BeaverSource<S: SharedValueSource> = Rc<RefCell<S>>;
Expand description

A type alias for a shared, mutable reference to an underlying beaver source

Aliased Typeยง

struct BeaverSource<S: SharedValueSource> { /* private fields */ }