Trait oatie::doc::AddPlaceable [] [src]

pub trait AddPlaceable {
    fn place_all(&mut self, all: &[AddElement]);
fn place(&mut self, value: &AddElement);
fn skip_pre_len(&self) -> usize;
fn skip_post_len(&self) -> usize;
fn is_continuous_skip(&self) -> bool; }

Required Methods

Implementors