Trait percolate::projection::IntoProjection[][src]

pub trait IntoProjection<A, B, X>: Sized + IntoProjectionMut<A, B, X> {
    type IntoProj: Projection<A, B> + IntoProjection<A, B, X>;
    #[must_use]
    fn into_projection(self) -> Self::IntoProj;
}

Associated Types

type IntoProj: Projection<A, B> + IntoProjection<A, B, X>[src]

Required methods

#[must_use]
fn into_projection(self) -> Self::IntoProj
[src]

Implementors