Chain

Type Alias Chain 

Source
pub type Chain = ChainGeneric<Context>;

Aliased Type§

pub struct Chain {
    pub branches: Vec<Branch<Context>>,
    /* private fields */
}

Fields§

§branches: Vec<Branch<Context>>