mz_avro::util

Trait MapHelper

Source
pub trait MapHelper {
    // Required method
    fn string(&self, key: &str) -> Option<String>;

    // Provided methods
    fn name(&self) -> Option<String> { ... }
    fn doc(&self) -> Option<String> { ... }
}

Required Methods§

Source

fn string(&self, key: &str) -> Option<String>

Provided Methods§

Source

fn name(&self) -> Option<String>

Source

fn doc(&self) -> Option<String>

Implementations on Foreign Types§

Source§

impl MapHelper for Map<String, Value>

Source§

fn string(&self, key: &str) -> Option<String>

Implementors§