Add server specification

This commit is contained in:
Tyera Eulberg
2019-04-05 12:20:22 -06:00
committed by Grimes
parent 2f90f9fbd4
commit ef5df6f3fe
3 changed files with 3 additions and 3 deletions

View File

@ -172,7 +172,7 @@ pub struct Meta {
}
impl Metadata for Meta {}
#[rpc]
#[rpc(server)]
pub trait RpcSol {
type Metadata;