Trait nu_errors::CoerceInto[][src]

pub trait CoerceInto<U> {
    fn coerce_into(self, operation: impl Into<String>) -> Result<U, ShellError>;
}

Required methods

fn coerce_into(self, operation: impl Into<String>) -> Result<U, ShellError>[src]

Loading content...

Implementations on Foreign Types

impl CoerceInto<u8> for Tagged<BigInt>[src]

fn coerce_into(self, operation: impl Into<String>) -> Result<u8, ShellError>[src]

impl CoerceInto<u8> for Tagged<&BigInt>[src]

fn coerce_into(self, operation: impl Into<String>) -> Result<u8, ShellError>[src]

impl CoerceInto<u16> for Tagged<BigInt>[src]

fn coerce_into(self, operation: impl Into<String>) -> Result<u16, ShellError>[src]

impl CoerceInto<u16> for Tagged<&BigInt>[src]

fn coerce_into(self, operation: impl Into<String>) -> Result<u16, ShellError>[src]

impl CoerceInto<u32> for Tagged<BigInt>[src]

fn coerce_into(self, operation: impl Into<String>) -> Result<u32, ShellError>[src]

impl CoerceInto<u32> for Tagged<&BigInt>[src]

fn coerce_into(self, operation: impl Into<String>) -> Result<u32, ShellError>[src]

impl CoerceInto<u64> for Tagged<BigInt>[src]

fn coerce_into(self, operation: impl Into<String>) -> Result<u64, ShellError>[src]

impl CoerceInto<u64> for Tagged<&BigInt>[src]

fn coerce_into(self, operation: impl Into<String>) -> Result<u64, ShellError>[src]

impl CoerceInto<i8> for Tagged<BigInt>[src]

fn coerce_into(self, operation: impl Into<String>) -> Result<i8, ShellError>[src]

impl CoerceInto<i8> for Tagged<&BigInt>[src]

fn coerce_into(self, operation: impl Into<String>) -> Result<i8, ShellError>[src]

impl CoerceInto<i16> for Tagged<BigInt>[src]

fn coerce_into(self, operation: impl Into<String>) -> Result<i16, ShellError>[src]

impl CoerceInto<i16> for Tagged<&BigInt>[src]

fn coerce_into(self, operation: impl Into<String>) -> Result<i16, ShellError>[src]

impl CoerceInto<i32> for Tagged<BigInt>[src]

fn coerce_into(self, operation: impl Into<String>) -> Result<i32, ShellError>[src]

impl CoerceInto<i32> for Tagged<&BigInt>[src]

fn coerce_into(self, operation: impl Into<String>) -> Result<i32, ShellError>[src]

impl CoerceInto<i64> for Tagged<BigInt>[src]

fn coerce_into(self, operation: impl Into<String>) -> Result<i64, ShellError>[src]

impl CoerceInto<i64> for Tagged<&BigInt>[src]

fn coerce_into(self, operation: impl Into<String>) -> Result<i64, ShellError>[src]

impl CoerceInto<f32> for Tagged<BigDecimal>[src]

fn coerce_into(self, operation: impl Into<String>) -> Result<f32, ShellError>[src]

impl CoerceInto<f32> for Tagged<&BigDecimal>[src]

fn coerce_into(self, operation: impl Into<String>) -> Result<f32, ShellError>[src]

impl CoerceInto<f64> for Tagged<BigDecimal>[src]

fn coerce_into(self, operation: impl Into<String>) -> Result<f64, ShellError>[src]

impl CoerceInto<f64> for Tagged<&BigDecimal>[src]

fn coerce_into(self, operation: impl Into<String>) -> Result<f64, ShellError>[src]

Loading content...

Implementors

Loading content...