Enum solana::streamer::WindowError[][src]

pub enum WindowError {
    GenericError,
}

Variants

Trait Implementations

impl From<WindowError> for Error
[src]

Performs the conversion.

impl Debug for WindowError
[src]

Formats the value using the given formatter. Read more

impl PartialEq for WindowError
[src]

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

This method tests for !=.

impl Eq for WindowError
[src]

Auto Trait Implementations

impl Send for WindowError

impl Sync for WindowError