Skip to main content

GroupOverviewable

Trait GroupOverviewable 

Source
pub trait GroupOverviewable {
    // Required method
    fn group_overview(
        &self,
        group: &Group,
        truncate_details: Option<usize>,
    ) -> OverviewResult<GroupOverview>;
}

Required Methods§

Source

fn group_overview( &self, group: &Group, truncate_details: Option<usize>, ) -> OverviewResult<GroupOverview>

Dyn Compatibility§

This trait is dyn compatible.

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

Implementations on Foreign Types§

Source§

impl GroupOverviewable for GraphRecord

Source§

fn group_overview( &self, group: &Group, truncate_details: Option<usize>, ) -> OverviewResult<GroupOverview>

Implementors§