Trait layouts::PartTrait[][src]

pub trait PartTrait: 'static {
    fn append_to(self, left: Part) -> Part;
}

Required methods

Implementations on Foreign Types

Implementors