[][src]Trait oatie::place::CurPlaceable

pub trait CurPlaceable {
    fn place_all(&mut self, all: &[CurElement]);
fn place(&mut self, value: &CurElement); }

Required Methods

Implementors

impl CurPlaceable for CurSpan
[src]