This commit is contained in:
adria0 2020-03-02 09:41:15 +01:00 committed by adria0.eth
parent d54e80fd3f
commit 0fe919d00c
1 changed files with 2 additions and 0 deletions

View File

@ -43,6 +43,8 @@ pub enum RpcType {
Async,
#[serde(rename = "source")]
Source,
#[serde(rename = "duplex")]
Duplex,
}
#[derive(Debug, PartialEq)]