Trait rs_pbrt::textures::imagemap::ImageTextureConvert
source · pub trait ImageTextureConvert<T> {
// Required method
fn convert_out(from: &T, to: &mut T);
}
pub trait ImageTextureConvert<T> {
// Required method
fn convert_out(from: &T, to: &mut T);
}