Function run

Source
pub fn run(
    listener: TcpListener,
    note_store: BoxedNoteStore<NoteType>,
    debug: bool,
) -> Result<Server, Error>