Trait serde_tc::DispatchStringDict[][src]

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

Associated Types

Required methods

Implementors