Module texlang::traits

source ·
Expand description

Module that re-exports all of the crate’s traits.

This is useful for getting all of the traits in scope in a Rust module:

use texlang::traits::*;

Re-exports