yfunc_rust

Trait VariableFormat

Source
pub trait VariableFormat {
    // Required method
    fn Aabb(&self) -> String;
}

Required Methods§

Source

fn Aabb(&self) -> String

Implementations on Foreign Types§

Source§

impl VariableFormat for String

Source§

fn Aabb(&self) -> String

Implementors§