1 2 3 4 5
use dwarfplanetsfactory::types::Plutino; pub fn create() -> Plutino { Plutino::new(1.1883e6, 0.2488) }