This commit is contained in:
young 2022-11-05 18:08:14 +09:00
parent 51c535c8ba
commit 08d508556c

View File

@ -10,7 +10,9 @@
// I AM NOT DONE // I AM NOT DONE
pub trait Licensed { pub trait Licensed {
fn licensing_info(&self) -> String; fn licensing_info(&self) -> String {
String::from("Some information")
}
} }
struct SomeSoftware { struct SomeSoftware {