Trait dvcompute_results::simulation::results::io::ResultWrite[][src]

pub trait ResultWrite {
    fn write<W>(
        &self,
        write: &mut W,
        locale: &ResultLocale,
        p: &Point<'_>
    ) -> Result<()>
    where
        W: Write
; }
Expand description

Allows writing the String representation of the object.

Required methods

Write the String representation at the specified time point.

Implementations on Foreign Types

Implementors