[][src]Trait yy_boss::TexturePathLocationExt

pub trait TexturePathLocationExt: Sized {
    pub fn new(
        texture_group_name: &str,
        pv: &ResourceNameValidator
    ) -> Result<Self, PathError>; }

Required methods

pub fn new(
    texture_group_name: &str,
    pv: &ResourceNameValidator
) -> Result<Self, PathError>
[src]

Loading content...

Implementations on Foreign Types

impl TexturePathLocationExt for TexturePathLocation[src]

Loading content...

Implementors

Loading content...