pub fn parse(addr_string: &str) -> Result<ChannelAddr, ChannelError>
Expand description
Parse the sim channel address. It should have two non-sim channel addresses separated by a comma.
pub fn parse(addr_string: &str) -> Result<ChannelAddr, ChannelError>
Parse the sim channel address. It should have two non-sim channel addresses separated by a comma.