[][src]Crate toy_rpc_macros

Macros

impl_inner_deserializer

A macro that impls serde::Deserializer by simply calling the corresponding functions of the inner deserializer

service

Find the exported methods with the provided path

Attribute Macros

export_impl

Export methods in the impl block with #[export_method] attribute. Methods without the attribute will not be affected