Trait dochy_core::JsonFile[][src]

pub trait JsonFile {
    fn filename_without_ext(&self) -> &str;
fn json(&self) -> &str; }

Required methods

Implementations on Foreign Types

(filename_without_ext, json)

Implementors