Skip to main content

identity

Function identity 

Source
pub async fn identity<I: Clone>(input: Input<I>) -> I
Expand description

An identity pipeline that simply returns the current input. This acts as a neutral element in pipeline composition.