[][src]Trait deluge_rpc::Query

pub trait Query: DeserializeOwned {
    type Diff: DeserializeOwned + Default + PartialEq;
    fn keys() -> &'static [&'static str];
fn update(&mut self, diff: Self::Diff) -> bool; }

Associated Types

Loading content...

Required methods

fn keys() -> &'static [&'static str]

fn update(&mut self, diff: Self::Diff) -> bool

Loading content...

Implementors

Loading content...