logo
pub trait Area<T> {
    fn area(&self) -> T;
}

Required Methods

Implementors