Type Definition diesel::helper_types::With [] [src]

type With<'a, Source, Other> = <Source as WithDsl<'a, Other>>::Output;

Represents the return type of .with(aliased_expr)