Trait serde_tc::DispatchStringDict[][src]

pub trait DispatchStringDict {
    type Error: Error;
    type Poly;
    fn dispatch(
        &self,
        method: &str,
        arguments: &str
    ) -> Result<String, DictError<Self::Error>>; }

Associated Types

Loading content...

Required methods

fn dispatch(
    &self,
    method: &str,
    arguments: &str
) -> Result<String, DictError<Self::Error>>
[src]

Loading content...

Implementors

Loading content...