Trait fbas_analyzer::AnalysisResult[][src]

pub trait AnalysisResult: Sized + Serialize {
    fn into_id_string(self) -> String;
fn into_describe_string(self) -> String; fn into_pretty_string(self, _: &Fbas, _: Option<&Groupings<'_>>) -> String { ... } }

Required methods

Provided methods

Implementations on Foreign Types

Implementors