Trait rumpsteak::IntoSession[][src]

pub trait IntoSession<'r, R: Role>: Session<'r, R> {
    type Session: Session<'r, R>;
    fn into_session(self) -> Self::Session;
}

Associated Types

type Session: Session<'r, R>[src]

Loading content...

Required methods

fn into_session(self) -> Self::Session[src]

Loading content...

Implementors

Loading content...