Type Alias AsSetMember

Source
pub type AsSetMember = Member;
Expand description

Names that can appear in the members attribute of an as-set object. See RFC2622.

Aliased Type§

pub enum AsSetMember {}

Trait Implementations§

Source§

impl FromStr for AsSetMember

Source§

type Err = ParseError

The associated error which can be returned from parsing.
Source§

fn from_str(s: &str) -> Result<Self, Self::Err>

Parses a string s to return a value of this type. Read more