ToStudyName

Trait ToStudyName 

Source
pub trait ToStudyName {
    // Required method
    fn to_study_name(&self) -> StudyName;
}
Expand description

Can be converted to a StudyName.

Required Methods§

Source

fn to_study_name(&self) -> StudyName

Converts this object to a StudyName.

Implementors§