pub trait ToFileRef {
// Required method
fn to_file_ref(&self) -> FileRef;
}
Expand description
Get FileRef
from the type reference.
pub trait ToFileRef {
// Required method
fn to_file_ref(&self) -> FileRef;
}
Get FileRef
from the type reference.