Function exmex::parse_val_owned[][src]

pub fn parse_val_owned<I, F>(
    text: &str
) -> ExResult<OwnedFlatEx<Val<I, F>, ValOpsFactory<I, F>>> where
    I: DataType + PrimInt + Signed,
    F: DataType + Float,
    <I as FromStr>::Err: Debug,
    <F as FromStr>::Err: Debug
Expand description

feature = "value" - Parses a string into an expression of type OwnedFlatExVal with datatype Val.