pub trait ToStudyName {
// Required method
fn to_study_name(&self) -> StudyName;
}
Expand description
Can be converted to a StudyName.
Required Methods§
Sourcefn to_study_name(&self) -> StudyName
fn to_study_name(&self) -> StudyName
Converts this object to a StudyName.