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
fn encode_canvas(&self, append_to: &mut Buffer)
fn encode_canvas(&self, append_to: &mut Buffer)
Encodes this item by appending it to the specified string