[][src]Trait flightmath::fuel::Fuel

pub trait Fuel {
    fn weight(&self) -> f64;
fn volume(&self) -> f64; }

Required methods

fn weight(&self) -> f64

fn volume(&self) -> f64

Loading content...

Implementors

impl Fuel for AvGas100LL[src]

impl Fuel for JetA[src]

Loading content...