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