Type Alias RepoOpened

Source
pub type RepoOpened = Vec<TopicSubRes>;

Aliased Type§

pub struct RepoOpened { /* private fields */ }

Trait Implementations§

Source§

impl TryFrom<ProtocolMessage> for RepoOpened

Source§

type Error = ProtocolError

The type returned in the event of a conversion error.
Source§

fn try_from(msg: ProtocolMessage) -> Result<Self, Self::Error>

Performs the conversion.