[][src]Trait musicbrainz_rs::Browse

pub trait Browse<'a, I> {
    fn browse() -> BrowseQuery<Self, I>
    where
        Self: Sized + Path<'a>,
        I: Include<Self> + PartialEq
, { ... } }

This trait provide utily methods for music brainz Browse resources

Provided methods

fn browse() -> BrowseQuery<Self, I> where
    Self: Sized + Path<'a>,
    I: Include<Self> + PartialEq

Loading content...

Implementors

impl<'_> Browse<'_, Include> for Artist[src]

impl<'_> Browse<'_, Include> for Event[src]

impl<'_> Browse<'_, Include> for Label[src]

impl<'_> Browse<'_, Include> for Place[src]

impl<'_> Browse<'_, Include> for Recording[src]

impl<'_> Browse<'_, Include> for Release[src]

impl<'_> Browse<'_, Include> for ReleaseGroup[src]

impl<'_> Browse<'_, Include> for Work[src]

Loading content...