Trait pumpkinscript::Unpackable [] [src]

pub trait Unpackable<T>: Sized {
    fn unpack(&self) -> Option<T>;
}

Required Methods

Implementors