Skip to main content

BeaverSource

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ยง

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