e

Function e 

Source
pub fn e<T, S1, S2>(m: S1, c: S2) -> Result<T, Error>
where S1: Into<String>, S2: Into<String>,