pub type CanvasNode = Arc<CanvasElem>;Expand description
A reference to a canvas element.
Aliased Type§
pub struct CanvasNode { /* private fields */ }Trait Implementations§
Source§impl From<CanvasStack> for CanvasNode
impl From<CanvasStack> for CanvasNode
Source§fn from(s: CanvasStack) -> Self
fn from(s: CanvasStack) -> Self
Converts to this type from the input type.