Type Alias geozero::error::Result

source ·
pub type Result<T> = Result<T, GeozeroError>;

Aliased Type§

enum Result<T> {
    // some variants omitted
}

Variants§

Trait Implementations§

source§

impl From<&ColumnValue<'_>> for Result<String>

source§

fn from(v: &ColumnValue<'_>) -> Result<String>

Converts to this type from the input type.
source§

impl From<&ColumnValue<'_>> for Result<bool>

source§

fn from(v: &ColumnValue<'_>) -> Result<bool>

Converts to this type from the input type.
source§

impl From<&ColumnValue<'_>> for Result<f32>

source§

fn from(v: &ColumnValue<'_>) -> Result<f32>

Converts to this type from the input type.
source§

impl From<&ColumnValue<'_>> for Result<f64>

source§

fn from(v: &ColumnValue<'_>) -> Result<f64>

Converts to this type from the input type.
source§

impl From<&ColumnValue<'_>> for Result<i16>

source§

fn from(v: &ColumnValue<'_>) -> Result<i16>

Converts to this type from the input type.
source§

impl From<&ColumnValue<'_>> for Result<i32>

source§

fn from(v: &ColumnValue<'_>) -> Result<i32>

Converts to this type from the input type.
source§

impl From<&ColumnValue<'_>> for Result<i64>

source§

fn from(v: &ColumnValue<'_>) -> Result<i64>

Converts to this type from the input type.
source§

impl From<&ColumnValue<'_>> for Result<i8>

source§

fn from(v: &ColumnValue<'_>) -> Result<i8>

Converts to this type from the input type.
source§

impl From<&ColumnValue<'_>> for Result<u16>

source§

fn from(v: &ColumnValue<'_>) -> Result<u16>

Converts to this type from the input type.
source§

impl From<&ColumnValue<'_>> for Result<u32>

source§

fn from(v: &ColumnValue<'_>) -> Result<u32>

Converts to this type from the input type.
source§

impl From<&ColumnValue<'_>> for Result<u64>

source§

fn from(v: &ColumnValue<'_>) -> Result<u64>

Converts to this type from the input type.
source§

impl From<&ColumnValue<'_>> for Result<u8>

source§

fn from(v: &ColumnValue<'_>) -> Result<u8>

Converts to this type from the input type.