Trait rustler::types::Decoder

source ·
pub trait Decoder<'a>: Sized + 'a {
    fn decode(term: Term<'a>) -> NifResult<Self>;
}

Required Methods§

Implementations on Foreign Types§

Implementors§