Trait utility_macros_internals::partial::HasPartial
source · pub trait HasPartial {
type Partial;
// Required method
fn partial(&self) -> Self::Partial;
}
Expand description
A trait for types that have a partial representation.