[][src]Trait pleingres::SubRequest

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

Required methods

fn from(self) -> R

fn try_into(r: R) -> Result<Self, R>

Loading content...

Implementors

Loading content...