Macro diesel::not_none [] [src]

macro_rules! not_none {
    ($bytes:expr) => { ... };
}

Gets the value out of an option, or returns an error.

This is used by FromSql implementations.