pub trait Repr {
// Required method
fn repr(&self) -> EcoString;
}Expand description
A trait that defines the repr of a Typst value.
pub trait Repr {
// Required method
fn repr(&self) -> EcoString;
}A trait that defines the repr of a Typst value.