Skip to main content

BlockGroup

Type Alias BlockGroup 

Source
pub type BlockGroup<T> = Group<T, BVertGrpTok, EVertGrpTok>;
Expand description

'< … > / < … > block text.

Aliased Type§

pub struct BlockGroup<T> {
    pub open: BVertGrpTok,
    pub slot: T,
    pub close: EVertGrpTok,
}

Fields§

§open: BVertGrpTok§slot: T§close: EVertGrpTok