Trait bevy_svg::Convert[][src]

pub trait Convert<T>: Sized {
    fn convert(self) -> T;
}

A locally defined std::convert::Into surrogate to overcome orphan rules.

Required methods

fn convert(self) -> T[src]

Converts the value to T.

Loading content...

Implementations on Foreign Types

impl Convert<Mesh> for VertexBuffers<Vertex, u32>[src]

Loading content...

Implementors

Loading content...