[][src]Trait pleingres::SuperRequest

pub trait SuperRequest<R>: Sized {
    fn from(r: R) -> Self;
fn try_into(self) -> Result<R, Self>; }

Required methods

fn from(r: R) -> Self

fn try_into(self) -> Result<R, Self>

Loading content...

Implementors

Loading content...