Trait ftd::p2::Library[][src]

pub trait Library {
    fn get(&self, name: &str) -> Option<String>;

    fn get_with_result(&self, name: &str) -> Result<String> { ... }
fn process(&self, section: &Section, doc: &TDoc<'_>) -> Result<Value> { ... } }

Required methods

Provided methods

Implementors