Enum weedle::types::ReturnType [] [src]

pub enum ReturnType {
    Void(Void),
    Type(Type),
}

Parses the return type which may be void or any given Type

Variants

Trait Implementations

impl Debug for ReturnType
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for ReturnType
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Parse for ReturnType
[src]

Auto Trait Implementations

impl Send for ReturnType

impl Sync for ReturnType