[][src]Trait ethers_core::abi::Tokenizable

pub trait Tokenizable {
    pub fn from_token(token: Token) -> Result<Self, InvalidOutputType>
    where
        Self: Sized
;
pub fn into_token(self) -> Token; }

Simplified output type for single value.

Required methods

pub fn from_token(token: Token) -> Result<Self, InvalidOutputType> where
    Self: Sized
[src]

Converts a Token into expected type.

pub fn into_token(self) -> Token[src]

Converts a specified type back into token.

Loading content...

Implementations on Foreign Types

impl<A> Tokenizable for (A,) where
    A: Tokenizable
[src]

impl<A, B> Tokenizable for (A, B) where
    A: Tokenizable,
    B: Tokenizable
[src]

impl<A, B, C> Tokenizable for (A, B, C) where
    A: Tokenizable,
    B: Tokenizable,
    C: Tokenizable
[src]

impl<A, B, C, D> Tokenizable for (A, B, C, D) where
    A: Tokenizable,
    B: Tokenizable,
    C: Tokenizable,
    D: Tokenizable
[src]

impl<A, B, C, D, E> Tokenizable for (A, B, C, D, E) where
    A: Tokenizable,
    B: Tokenizable,
    C: Tokenizable,
    D: Tokenizable,
    E: Tokenizable
[src]

impl<A, B, C, D, E, F> Tokenizable for (A, B, C, D, E, F) where
    A: Tokenizable,
    B: Tokenizable,
    C: Tokenizable,
    D: Tokenizable,
    E: Tokenizable,
    F: Tokenizable
[src]

impl<A, B, C, D, E, F, G> Tokenizable for (A, B, C, D, E, F, G) where
    A: Tokenizable,
    B: Tokenizable,
    C: Tokenizable,
    D: Tokenizable,
    E: Tokenizable,
    F: Tokenizable,
    G: Tokenizable
[src]

impl<A, B, C, D, E, F, G, H> Tokenizable for (A, B, C, D, E, F, G, H) where
    A: Tokenizable,
    B: Tokenizable,
    C: Tokenizable,
    D: Tokenizable,
    E: Tokenizable,
    F: Tokenizable,
    G: Tokenizable,
    H: Tokenizable
[src]

impl<A, B, C, D, E, F, G, H, I> Tokenizable for (A, B, C, D, E, F, G, H, I) where
    A: Tokenizable,
    B: Tokenizable,
    C: Tokenizable,
    D: Tokenizable,
    E: Tokenizable,
    F: Tokenizable,
    G: Tokenizable,
    H: Tokenizable,
    I: Tokenizable
[src]

impl<A, B, C, D, E, F, G, H, I, J> Tokenizable for (A, B, C, D, E, F, G, H, I, J) where
    A: Tokenizable,
    B: Tokenizable,
    C: Tokenizable,
    D: Tokenizable,
    E: Tokenizable,
    F: Tokenizable,
    G: Tokenizable,
    H: Tokenizable,
    I: Tokenizable,
    J: Tokenizable
[src]

impl<A, B, C, D, E, F, G, H, I, J, K> Tokenizable for (A, B, C, D, E, F, G, H, I, J, K) where
    A: Tokenizable,
    B: Tokenizable,
    C: Tokenizable,
    D: Tokenizable,
    E: Tokenizable,
    F: Tokenizable,
    G: Tokenizable,
    H: Tokenizable,
    I: Tokenizable,
    J: Tokenizable,
    K: Tokenizable
[src]

impl<A, B, C, D, E, F, G, H, I, J, K, L> Tokenizable for (A, B, C, D, E, F, G, H, I, J, K, L) where
    A: Tokenizable,
    B: Tokenizable,
    C: Tokenizable,
    D: Tokenizable,
    E: Tokenizable,
    F: Tokenizable,
    G: Tokenizable,
    H: Tokenizable,
    I: Tokenizable,
    J: Tokenizable,
    K: Tokenizable,
    L: Tokenizable
[src]

impl<A, B, C, D, E, F, G, H, I, J, K, L, M> Tokenizable for (A, B, C, D, E, F, G, H, I, J, K, L, M) where
    A: Tokenizable,
    B: Tokenizable,
    C: Tokenizable,
    D: Tokenizable,
    E: Tokenizable,
    F: Tokenizable,
    G: Tokenizable,
    H: Tokenizable,
    I: Tokenizable,
    J: Tokenizable,
    K: Tokenizable,
    L: Tokenizable,
    M: Tokenizable
[src]

impl<A, B, C, D, E, F, G, H, I, J, K, L, M, N> Tokenizable for (A, B, C, D, E, F, G, H, I, J, K, L, M, N) where
    A: Tokenizable,
    B: Tokenizable,
    C: Tokenizable,
    D: Tokenizable,
    E: Tokenizable,
    F: Tokenizable,
    G: Tokenizable,
    H: Tokenizable,
    I: Tokenizable,
    J: Tokenizable,
    K: Tokenizable,
    L: Tokenizable,
    M: Tokenizable,
    N: Tokenizable
[src]

impl<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O> Tokenizable for (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O) where
    A: Tokenizable,
    B: Tokenizable,
    C: Tokenizable,
    D: Tokenizable,
    E: Tokenizable,
    F: Tokenizable,
    G: Tokenizable,
    H: Tokenizable,
    I: Tokenizable,
    J: Tokenizable,
    K: Tokenizable,
    L: Tokenizable,
    M: Tokenizable,
    N: Tokenizable,
    O: Tokenizable
[src]

impl<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P> Tokenizable for (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P) where
    A: Tokenizable,
    B: Tokenizable,
    C: Tokenizable,
    D: Tokenizable,
    E: Tokenizable,
    F: Tokenizable,
    G: Tokenizable,
    H: Tokenizable,
    I: Tokenizable,
    J: Tokenizable,
    K: Tokenizable,
    L: Tokenizable,
    M: Tokenizable,
    N: Tokenizable,
    O: Tokenizable,
    P: Tokenizable
[src]

impl Tokenizable for String[src]

impl Tokenizable for i8[src]

impl Tokenizable for i16[src]

impl Tokenizable for i32[src]

impl Tokenizable for i64[src]

impl Tokenizable for i128[src]

impl Tokenizable for u8[src]

impl Tokenizable for u16[src]

impl Tokenizable for u32[src]

impl Tokenizable for u64[src]

impl Tokenizable for u128[src]

impl Tokenizable for bool[src]

impl Tokenizable for Vec<u8>[src]

impl<T: TokenizableItem> Tokenizable for Vec<T>[src]

impl Tokenizable for [u8; 1][src]

impl<T: TokenizableItem + Clone> Tokenizable for [T; 1][src]

impl Tokenizable for [u8; 2][src]

impl<T: TokenizableItem + Clone> Tokenizable for [T; 2][src]

impl Tokenizable for [u8; 3][src]

impl<T: TokenizableItem + Clone> Tokenizable for [T; 3][src]

impl Tokenizable for [u8; 4][src]

impl<T: TokenizableItem + Clone> Tokenizable for [T; 4][src]

impl Tokenizable for [u8; 5][src]

impl<T: TokenizableItem + Clone> Tokenizable for [T; 5][src]

impl Tokenizable for [u8; 6][src]

impl<T: TokenizableItem + Clone> Tokenizable for [T; 6][src]

impl Tokenizable for [u8; 7][src]

impl<T: TokenizableItem + Clone> Tokenizable for [T; 7][src]

impl Tokenizable for [u8; 8][src]

impl<T: TokenizableItem + Clone> Tokenizable for [T; 8][src]

impl Tokenizable for [u8; 9][src]

impl<T: TokenizableItem + Clone> Tokenizable for [T; 9][src]

impl Tokenizable for [u8; 10][src]

impl<T: TokenizableItem + Clone> Tokenizable for [T; 10][src]

impl Tokenizable for [u8; 11][src]

impl<T: TokenizableItem + Clone> Tokenizable for [T; 11][src]

impl Tokenizable for [u8; 12][src]

impl<T: TokenizableItem + Clone> Tokenizable for [T; 12][src]

impl Tokenizable for [u8; 13][src]

impl<T: TokenizableItem + Clone> Tokenizable for [T; 13][src]

impl Tokenizable for [u8; 14][src]

impl<T: TokenizableItem + Clone> Tokenizable for [T; 14][src]

impl Tokenizable for [u8; 15][src]

impl<T: TokenizableItem + Clone> Tokenizable for [T; 15][src]

impl Tokenizable for [u8; 16][src]

impl<T: TokenizableItem + Clone> Tokenizable for [T; 16][src]

impl Tokenizable for [u8; 32][src]

impl<T: TokenizableItem + Clone> Tokenizable for [T; 32][src]

impl Tokenizable for [u8; 64][src]

impl<T: TokenizableItem + Clone> Tokenizable for [T; 64][src]

impl Tokenizable for [u8; 128][src]

impl<T: TokenizableItem + Clone> Tokenizable for [T; 128][src]

impl Tokenizable for [u8; 256][src]

impl<T: TokenizableItem + Clone> Tokenizable for [T; 256][src]

impl Tokenizable for [u8; 512][src]

impl<T: TokenizableItem + Clone> Tokenizable for [T; 512][src]

impl Tokenizable for [u8; 1024][src]

impl<T: TokenizableItem + Clone> Tokenizable for [T; 1024][src]

Loading content...

Implementors

impl Tokenizable for Token[src]

impl Tokenizable for Bytes[src]

impl Tokenizable for H256[src]

impl Tokenizable for U128[src]

impl Tokenizable for U256[src]

impl Tokenizable for Address[src]

Loading content...