[][src]Trait polyhorn_android::raw::Convert

pub trait Convert<T> {
    fn convert(self, env: &Env<'_>) -> T;
}

Required methods

fn convert(self, env: &Env<'_>) -> T

Loading content...

Implementors

impl Convert<Color> for Color[src]

Loading content...