Trait mentat::conn::Syncable [] [src]

pub trait Syncable {
    fn sync(
        &mut self,
        server_uri: &String,
        user_uuid: &String
    ) -> Result<(), Error>; }

Required Methods

Implementors