[][src]Trait market::ComposeFrom

pub trait ComposeFrom<G> where
    Self: Sized
{ fn compose_from(parts: &mut Vec<G>) -> Result<Self, NonComposible>; }

Converts an array of parts into a composite good.

Required methods

fn compose_from(parts: &mut Vec<G>) -> Result<Self, NonComposible>

Converts parts into a composite good.

Loading content...

Implementors

Loading content...