Trait flo_canvas::CanvasEncoding[][src]

pub trait CanvasEncoding<Buffer> {
    fn encode_canvas(&self, append_to: &mut Buffer);
}
Expand description

Trait implemented by objects that can be encoded into a canvas

Required methods

Encodes this item by appending it to the specified string

Implementations on Foreign Types

Implementors