Trait gitconfig2json::ToJsonable [] [src]

pub trait ToJsonable {
    fn to_json_value(&self) -> Value;
}

Required Methods

Implementations on Foreign Types

impl ToJsonable for Value
[src]

Implementors