Trait serde_tc::DispatchStringTuple[][src]

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

Associated Types

Required methods

Implementors