Module bstring::from_bstr [] [src]

Provides the FromBStr trait, used to parse values from &bstr

Enums

FromStrError

Indicates a failure to parse a value through the FromStr trait

Traits

FromBStr

Parses a value from a &bstr, much like FromStr parses from &str.