Trait hathor::FileWriter[][src]

pub trait FileWriter {
    fn write<P, C>(&mut self, path: P, content: C) -> Result<()>
    where
        P: AsRef<Path>,
        C: AsRef<[u8]>
; }

Required methods

fn write<P, C>(&mut self, path: P, content: C) -> Result<()> where
    P: AsRef<Path>,
    C: AsRef<[u8]>, 
[src]

Loading content...

Implementors

impl FileWriter for DefaultFileWriter[src]

Loading content...