Rust•armanazi•error•[e0046]: not all trait items implemented, missing: `summarize_author`

Code examples

0
0

armanriazi•rust•error•[E0046]: not all trait items implemented, missing: `summarize_author`

//You must implement summarize_author and not only summarize
pub trait Summary {
    fn summarize(&self) -> String;
    fn summarize_author(&self) -> String;
}

In other languages

This page is in other languages

Русский
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
中文
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................