Trait frost_schnorrkel::frost::algorithm::WriteAddendum

source ·
pub trait WriteAddendum {
    // Required method
    fn write<W>(&self, writer: &mut W) -> Result<(), Error>
       where W: Write;
}
Expand description

Write an addendum to a writer.

Required Methods§

source

fn write<W>(&self, writer: &mut W) -> Result<(), Error>
where W: Write,

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl WriteAddendum for ()

source§

fn write<W>(&self, _: &mut W) -> Result<(), Error>
where W: Write,

Implementors§