Enum barter_data::Identifier [−][src]
pub enum Identifier {
Yes(String),
No,
}Expand description
Enum returned from StreamIdentifier representing if a struct has an identifiable stream Id.
Variants
Yes(String)Tuple Fields of Yes
0: String