[][src]Trait fastanvil::tex::Render

pub trait Render {
    pub fn get_top(&mut self, id: &str, encoded_props: &str) -> Result<Texture>;
}

Required methods

pub fn get_top(&mut self, id: &str, encoded_props: &str) -> Result<Texture>[src]

Loading content...

Implementors

impl Render for Renderer[src]

Loading content...