Trait stack::Spilled [] [src]

pub trait Spilled<T> {
    fn spill(v: T) -> Self;
}

Required Methods

fn spill(v: T) -> Self

Implementors