Enum stellar_client::resources::ParseAssetIdentifierError [−][src]
pub enum ParseAssetIdentifierError {
FormattedIncorrectly,
}When a bad token or string is provided to parsing into an asset you get an error.
Variants
FormattedIncorrectlyAsset identifier not of the form <asset_code>-<asset_issuer>
Trait Implementations
impl Debug for ParseAssetIdentifierError[src]
impl Debug for ParseAssetIdentifierErrorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Display for ParseAssetIdentifierError[src]
impl Display for ParseAssetIdentifierErrorAuto Trait Implementations
impl Send for ParseAssetIdentifierError
impl Send for ParseAssetIdentifierErrorimpl Sync for ParseAssetIdentifierError
impl Sync for ParseAssetIdentifierError