Trait musicbrainz_rs::Path[][src]

pub trait Path<'a> {
    fn path() -> &'static str;
}

Provide the entity HTTP api path, do not use this trait directly

Required methods

fn path() -> &'static str[src]

Loading content...

Implementors

impl Path<'_> for Area[src]

impl Path<'_> for Artist[src]

impl Path<'_> for Event[src]

impl Path<'_> for Instrument[src]

impl Path<'_> for Label[src]

impl Path<'_> for Place[src]

impl Path<'_> for Recording[src]

impl Path<'_> for Release[src]

impl Path<'_> for ReleaseGroup[src]

impl Path<'_> for Series[src]

impl Path<'_> for Url[src]

impl Path<'_> for Work[src]

Loading content...