Trait stremio_core::addon_transport::AddonTransport
source · pub trait AddonTransport {
// Required methods
fn resource(&self, path: &ResourcePath) -> TryEnvFuture<ResourceResponse>;
fn manifest(&self) -> TryEnvFuture<Manifest>;
}