Trait vectortile::geom_encoder::EncodableGeom[][src]

pub trait EncodableGeom {
    fn encode_from(&self, startpos: &Point, seq: &mut CommandSequence);

    fn encode(&self) -> CommandSequence { ... }
}

Required Methods

Provided Methods

Implementors