[][src]Trait market::StripFrom

pub trait StripFrom<G> where
    Self: Sized
{ fn strip_from(good: &G) -> Vec<Self>; }

Converts a single good into parts.

Required methods

fn strip_from(good: &G) -> Vec<Self>

Converts good into Vec of parts.

Loading content...

Implementors

Loading content...