[][src]Function postgres_protocol::types::bool_from_sql

pub fn bool_from_sql(
    buf: &[u8]
) -> Result<bool, StdBox<dyn Error + Sync + Send>>

Deserializes a BOOL value.