[][src]Trait nonogrid::parser::NetworkReader

pub trait NetworkReader: BoardParser {
    fn read_remote(file_name: &str) -> Result<Self, String>
    where
        Self: Sized
, { ... }
fn http_content(url: String) -> Result<String, String> { ... } }

Provided methods

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

fn http_content(url: String) -> Result<String, String>

Loading content...

Implementors

impl NetworkReader for NonogramsOrg[src]

impl NetworkReader for WebPbn[src]

Loading content...