[−][src]Type Definition oatie::doc::CurSpan
type CurSpan = Vec<CurElement>;
Trait Implementations
impl CurPlaceable for CurSpan[src]
impl CurPlaceable for CurSpanfn place_all(&mut self, all: &[CurElement])[src]
fn place_all(&mut self, all: &[CurElement])fn place(&mut self, elem: &CurElement)[src]
fn place(&mut self, elem: &CurElement)