Type Alias bi::ArcBi

source ·
pub type ArcBi = Arc<Bi>;
Expand description

§An Arc of Bi

Aliased Type§

struct ArcBi { /* private fields */ }

Trait Implementations§

source§

impl From<Options> for ArcBi

source§

fn from(options: Options) -> Self

Converts to this type from the input type.