Trait radicle_cli::git::pretty_diff::ToPretty
source · pub trait ToPretty {
type Output: Element;
type Context;
// Required method
fn pretty<R: Repo>(
&self,
hi: &mut Highlighter,
context: &Self::Context,
repo: &R,
) -> Self::Output;
}Expand description
Types that can be rendered as pretty diffs.
Required Associated Types§
Required Methods§
Object Safety§
This trait is not object safe.