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

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

Provided methods

fn read_local(file_name: &str) -> Result<Self, String> where
    Self: Sized

fn file_content(file_name: &str) -> Result<String, String>

Loading content...

Implementors

impl LocalReader for MyFormat[src]

fn read_local(file_name: &str) -> Result<Self, String> where
    Self: Sized
[src]

fn file_content(file_name: &str) -> Result<String, String>[src]

impl LocalReader for NonogramsOrg[src]

fn read_local(file_name: &str) -> Result<Self, String> where
    Self: Sized
[src]

fn file_content(file_name: &str) -> Result<String, String>[src]

impl LocalReader for WebPbn[src]

fn read_local(file_name: &str) -> Result<Self, String> where
    Self: Sized
[src]

fn file_content(file_name: &str) -> Result<String, String>[src]

Loading content...