Struct weedle::term::Callback [] [src]

pub struct Callback;

Represents the terminal symbol callback

Trait Implementations

impl Debug for Callback
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for Callback
[src]

[src]

Returns the "default value" for a type. Read more

impl PartialEq for Callback
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Eq for Callback
[src]

impl Parse for Callback
[src]

Auto Trait Implementations

impl Send for Callback

impl Sync for Callback