pub trait MfracExtension: Sized + HasAttributes {
// Provided method
fn linethickness(self, value: impl IntoAttributeValue) -> Self { ... }
}
Provided Methods§
fn linethickness(self, value: impl IntoAttributeValue) -> Self
Object Safety§
This trait is not object safe.