Trait sdb::Encode[][src]

pub trait Encode<T: ?Sized> {
    fn encode<R: Sized>(&self, next: &mut dyn FnMut(&T) -> R) -> R;
}

Required methods

Implementations on Foreign Types

Implementors