Struct wamp::CallError
[−]
[src]
pub struct CallError { /* fields omitted */ }
pub struct CallError { /* fields omitted */ }
impl CallError
[src]fn new(reason: Reason, args: Option<List>, kwargs: Option<Dict>) -> CallError
fn to_tuple(self) -> (Reason, Option<List>, Option<Dict>)
fn get_reason(&self) -> &Reason
fn get_args(&self) -> &Option<List>
fn get_kwargs(&self) -> &Option<Dict>
impl Debug for CallError
[src]