Trait psl::datamodel_connector::NativeTypeArguments
source · pub trait NativeTypeArguments: Sized {
const DESCRIPTION: &'static str;
const OPTIONAL_ARGUMENTS_COUNT: usize;
const REQUIRED_ARGUMENTS_COUNT: usize;
// Required methods
fn from_parts(parts: &[String]) -> Option<Self>;
fn to_parts(&self) -> Vec<String>;
}
Required Associated Constants§
const DESCRIPTION: &'static str
const OPTIONAL_ARGUMENTS_COUNT: usize
const REQUIRED_ARGUMENTS_COUNT: usize
Required Methods§
Object Safety§
This trait is not object safe.