Trait recycler::Recyclable [] [src]

pub trait Recyclable: Sized {
    type DefaultRecycler: Recycler<Item = Self>;
}

A value that has some default type that can recycle it.

Associated Types

Implementors