pub type LazyNote<'a, A> = LazyLinkedModel<'a, NoteResponse, A>;
Expand description
Similar to Note but without content.
Aliased Type§
struct LazyNote<'a, A> {
pub url: &'a ItemUrl,
/* private fields */
}
Fields§
§url: &'a ItemUrl
pub type LazyNote<'a, A> = LazyLinkedModel<'a, NoteResponse, A>;
Similar to Note but without content.
struct LazyNote<'a, A> {
pub url: &'a ItemUrl,
/* private fields */
}
url: &'a ItemUrl