Trait sourmash::index::storage::ToWriter[][src]

pub trait ToWriter {
    fn to_writer<W>(&self, writer: &mut W) -> Result<(), Error>
    where
        W: Write
; }

Required methods

Implementors