Function architect_api::client::utils::all_normal
source · pub fn all_normal(
fills: &Vec<Result<NormalFill, AberrantFill>>
) -> Result<Vec<&NormalFill>>Expand description
Check the list of fills and return an error if any of them are abberant, otherwise return a vec of normal fills.