Trait flickr_api::oauth::Resultable
source · pub trait Resultable<T> {
// Required method
fn to_result(self) -> Result<T, String>;
}
pub trait Resultable<T> {
// Required method
fn to_result(self) -> Result<T, String>;
}