Trait text_editor::GitProvider[][src]

pub trait GitProvider {
    fn base_entries(
        &self,
        oid: [u8; 20]
    ) -> BoxStream<'static, Result<DirEntry>>;
fn base_text(
        &self,
        oid: [u8; 20],
        path: &Path
    ) -> BoxFuture<'static, Result<String>>; }

Required methods

fn base_entries(&self, oid: [u8; 20]) -> BoxStream<'static, Result<DirEntry>>[src]

fn base_text(
    &self,
    oid: [u8; 20],
    path: &Path
) -> BoxFuture<'static, Result<String>>
[src]

Loading content...

Implementors

Loading content...