Skip to main content

Overviewable

Trait Overviewable 

Source
pub trait Overviewable {
    // Required method
    fn overview(
        &self,
        truncate_details: Option<usize>,
    ) -> OverviewResult<Overview>;
}

Required Methods§

Source

fn overview(&self, truncate_details: Option<usize>) -> OverviewResult<Overview>

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl Overviewable for GraphRecord

Source§

fn overview(&self, truncate_details: Option<usize>) -> OverviewResult<Overview>

Implementors§