Trait nonogrid::parser::LocalReader[][src]

pub trait LocalReader: BoardParser {
    fn read_local(file_name: &str) -> Result<Self, ParseError>
    where
        Self: Sized
, { ... }
fn file_content(file_name: &str) -> Result<String> { ... } }

Provided methods

Implementors