4 lines
65 B
Rust
4 lines
65 B
Rust
![]() |
pub trait Source<'s> {
|
||
|
fn get_source(&'s self) -> &'s str;
|
||
|
}
|