use TokenStream;
/// Generates a 'partial' version of the annotated type and implements `::aspartial::AsPartial`
/// for the annotated type.
///
/// # Attributes
/// ## `aspartial(name = MyPartial)`
/// Required. Determines the name of the generated partial type.
///
/// ## `aspartial(attrs(#[some_attr1] #[some_attr2]))`
/// Optional. Appends the specified attributes to the generated partial struct