Function radicle_source::tag::tags[][src]

pub fn tags(browser: &Browser<'_>) -> Result<Vec<Tag>, Error>

Retrieves the list of Tag for the given project id.

Errors

Will return Error if the project doesn’t exist or the surf interaction fails.