Type Definition katex::error::Result[][src]

pub type Result<T, E = Error> = Result<T, E>;
Expand description

Alias to core::result::Result<T, katex::Error>