[][src]Function rick_and_morty::character::get_page

pub async fn get_page(page: i64) -> Result<PageResponse<Character>, Error>

Get characters in page

Example, calling get_page(1) calls "https://rickandmortyapi.com/api/character?page=1"