Trait typst_ts_core::typst::IntoTypst
source · pub trait IntoTypst<T>: Sized {
// Required method
fn into_typst(self) -> T;
}Required Methods§
fn into_typst(self) -> T
Object Safety§
This trait is not object safe.
pub trait IntoTypst<T>: Sized {
// Required method
fn into_typst(self) -> T;
}