Trait ark_ff::bytes::ToBytes[][src]

pub trait ToBytes {
    fn write<W: Write>(&self, writer: W) -> IoResult<()>;
}

Required methods

Serializes self into writer.

Implementations on Foreign Types

Implementors