Trait concision_core::traits::arr::DefaultLike
source · pub trait DefaultLike {
type Output;
// Required method
fn default_like(&self) -> Self::Output;
}pub trait DefaultLike {
type Output;
// Required method
fn default_like(&self) -> Self::Output;
}