[][src]Trait opg::macros::FromStrangeTuple

pub trait FromStrangeTuple<T> {
    fn extract(self) -> Option<T>;
}

Required methods

fn extract(self) -> Option<T>

Loading content...

Implementations on Foreign Types

impl<T> FromStrangeTuple<T> for ()[src]

impl<T> FromStrangeTuple<T> for (T,)[src]

Loading content...

Implementors

Loading content...