Trait twizzler_abi::marker::BaseType
source · pub trait BaseType {
// Required methods
fn init<T>(_t: T) -> Self;
fn tags() -> &'static [(BaseVersion, BaseTag)];
}
Expand description
Trait that all base types must implement.
Required Methods§
Returns a list of valid tags and versions for this type.