pub trait AssertSupported {
// Required method
fn assert_supported(&self);
}
Expand description
Trait to check if a type can be translated.
pub trait AssertSupported {
// Required method
fn assert_supported(&self);
}
Trait to check if a type can be translated.