pub trait VotePlanExtension {
    // Required methods
    fn as_json(&self) -> JsonValue;
    fn as_json_str(&self) -> String;
}

Required Methods§

source

fn as_json(&self) -> JsonValue

source

fn as_json_str(&self) -> String

Implementations on Foreign Types§

source§

impl VotePlanExtension for VotePlan

source§

fn as_json(&self) -> JsonValue

source§

fn as_json_str(&self) -> String

Implementors§