Struct cdrs::frame::frame_error::UnpreparedError [] [src]

pub struct UnpreparedError {
    pub id: CBytes,
}

Can be thrown while a prepared statement tries to be executed if the provided prepared statement ID is not known by this host. Read more...

Fields

Unknown ID.

Trait Implementations

impl Debug for UnpreparedError
[src]

Formats the value using the given formatter.

impl FromCursor for UnpreparedError
[src]

It should return an implementor from an io::Cursor over an array of bytes.