Function risp::convert::flatten_into [] [src]

pub fn flatten_into<T>(risp_vec_input: RispType) -> Result<Vec<T>, RispError> where
    RispType: Into<Result<T, RispError>>,