pub trait ToFileRef {
    fn to_file_ref(&self) -> FileRef;
}
Expand description

Get FileRef from the type reference.

Required Methods

Implementors