pub trait Serialize {
    fn serialize(self, env: &Env) -> Binary;
}

Required Methods

Implementors