[][src]Macro diesel::not_none

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

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

This is used by FromSql implementations.