skia_safe::svg

Type Alias Container

Source
pub type Container = RCHandle<SkSVGContainer>;

Aliased Type§

struct Container(/* private fields */);

Implementations§

Source§

impl Container

Source

pub fn append_child(&mut self, node: impl Into<Node>)

Source

pub fn children(&self) -> &[Node]

Source

pub fn children_typed(&self) -> Vec<TypedNode>

Trait Implementations§

Source§

impl DebugAttributes for Container

Source§

const NAME: &'static str = "Container"

Source§

fn _dbg(&self, builder: &mut DebugStruct<'_, '_>)